Contact Created Trigger
Fires when a new contact is created in the sub-account.
https://api.vantaxai.com/v1/workflows (trigger: contact.created)Use the `contact.created` trigger to start a Workflow whenever a contact is added — whether through the API, a form submission, or an inbound call. Scope it with `config` filters such as `source` to only react to specific channels. When the event fires, the Workflow's `trigger_event` is populated with the contact payload shown below. Reference this trigger by setting `trigger.type` to `contact.created` on the Create Workflow endpoint.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Body Parameters
trigger.typestringrequiredSet to `contact.created` to use this trigger.
example: contact.created
trigger.config.sourcestringoptionalOnly fire for contacts created via this source.
websiteapiinbound_callimportmanualexample: website
trigger.config.tag_idstringoptionalOnly fire for contacts created with this tag applied.
example: tag_9f02