v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBIntegration actions
Get integration action
Returns the action of an integration. <br> <br> Permissions required: Permission to access to the integration action:
- the user has read-only administrative right.
- the integration's assigned team is one of the teams that the user belongs to.
get/api/{cloudId}/v1/integrations/{integrationId}/actions/{id}
Path parameters
integrationIdstring required
ID of the integration.
idstring required
ID of the integration action.
Response
Returned if the request is successful.
Example response
{
"filter": {
"conditionMatchType": "match-all",
"conditions": []
},
"fieldMappings": {
"note": "",
"description": "{{message}}",
"source": "Email Updated",
"message": "{{subject}}",
"priority": "{{priority}}",
"tags": [],
"alias": "",
"details": {
"From": "{{from_address}}"
},
"user": "",
"actions": [],
"entity": ""
}
}