AutomationActionParams
The params of the action that happens after the automation is triggered.
| Field : Object | Description |
|---|---|
| aiBehaviorParams: AiBehaviorParams | Parameters for AI behavior |
| aiParams: AutomationAiParams | Parameters of 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) |
| 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 to send emails |
| field_map: [FieldMap] | Fetches the fields used in the automation. |
| fields_map_order: [ID] | The order the fields are going to be filled. |
| hasAuthenticationValue: Boolean | Indicates if HTTP Request action has authentication value. |
| headers: String | The headers that will be sent in HTTP Request |
| httpMethod: HttpRequestMethodTypeGQLEnum | The HTTP Request method |
| oauth2ClientData: Oauth2ClientData | The oAuth2 client data |
| slaParams: AutomationSlaRulesParams | Parameters of SLA Rules action |
| strategy: DistributeAssignmentAutomationStrategyGQLEnum | The type of Distribute Assignment strategy used in the Distribute Assignment automation |
| taskParams: AutomationTaskParams | Parameters of send a task action |
| to_phase_id: ID | The phase the card is going to be moved to. |
| url: String | The URL to perform the HTTP Request |