threadliner
API ReferenceAutomation

Create an automation rule

POST
/automation-rules

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/automation-rules" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "triggerType": "contact.created",    "actions": [      {        "type": "add_tag"      }    ]  }'
Empty
Was this page helpful?

Last updated on