Learn how to test and trigger workflows in Siren
The test payload consists of two keys:Example:
data
: Custom values used inside the workflow, such as names, flags, or attributes used in conditions or variable substitution.notify
: Recipient details like email, phone number, or push token.
POST https://api.trysiren.io/api/v2/workflows/trigger
notify
field is an objectdata
field is shared context used throughout the workflownotify
field becomes an array, each item representing a unique recipient.
This is useful when sending messages like alerts, reminders, or promotions to a list of users in one API call.
YYYY-MM-DD
).HH:mm
format).data
objectnotify
object