Start an automation (unauthenticated)

This is a special endpoint used to start an automation.

This webhook does not require a REST API key. Use the Start an automation (authenticated) if you want an authenticated request to start the automation.

One or more of the query string parameters, such as dsid, email, or mobile phone is required. This enables the DailyStory automation to determine which contact to initiate the automation for.

Path Parameters
tenantuidstringrequired
The unique tenant id.
webhookuidstringrequired
The unique webhook id.
Query Parameters
dsidstring
The DailyStory id of the contact.
emailstring
The email address of the contact.
mobilephonestring
The mobile phone number of the contact.
HTTP Request Examples