Skip to main content

Itaú Extratos

Gerencie seus extratos do Itaú.

Itaú Extratos Logo

Authentication

This connector uses Token-based authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 2 actions:

ActionParameters
account_statement/get_statements_by_statement_idstatementId (string)
type (string) required
Authorization (string) required
x-itau-correlationid (string) required
start_date (string) required
end_date (string)
page (number)
page_size (number)
statement_type (string)
filter_by (string)
account_statement/get_statements_by_statement_id_interest_bearing_accountsstatementId (string)
Authorization (string) required
x-itau-correlationid (string) required
start_date (string) required
end_date (string)