AutomationActionParamsInput
Automation's action parameters inputs
| Input Fields : Object | Description |
|---|---|
| aiBehaviorParams: AiBehaviorParamsInput | Parameters for AI behavior |
| aiParams: AutomationAiParamsInput | Parameters for AI action |
| authenticationAddTo: HttpRequestAddAuthenticationTo | Where the authentication for HTTP Request will be included |
| authenticationKey: String | The authentication key for HTTP Request |
| authenticationType: AutomationHttpAuthentication | The authentication type for HTTP Request (oauth2, authorization, api_key, no_auth) |
| authenticationValue: String | The authentication value for HTTP Request |
| body: String | The body that will be sent in HTTP Request |
| card_id: String | The identifier template id of the card that the action will affect |
| email_template_id: ID | The email template to be used for this automation |
| field_map: [FieldMapInput] | Array of field map inputs |
| fields_map_order: [ID] | Array with the fields ID in order of filling |
| headers: String | The headers that will be sent in HTTP Request |
| httpMethod: HttpRequestMethodTypeGQLEnum | The HTTP Request method |
| oauth2Uuid: ID | The oAuth2 connection UUID |
| slaParams: AutomationSlaRulesParamsInput | Parameters of SLA Rules action |
| strategy: DistributeAssignmentAutomationStrategyGQLEnum | The type of Distribute Assignment strategy used in the Distribute Assignment automation |
| taskParams: AutomationTaskParamsInput | Parameters for send a task action |
| to_phase_id: ID | The destination phase ID |
| url: String | The URL to perform the HTTP Request |