API ReferenceAutomation
Create an automation rule
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