Webhooks
Webhooks are unique per project and you can create multiple projects to separate your events if needed. You can find your webhook url on Projects page.
Webhook Schema
name
- event name e.g. GroupCreateduser_id
(optional) - unique user id which will link the event to a specific user. It can be integer, UUID or even an email.metadata
(optional) - you can attach a JSON object to your event.notify
(optional) - triggers mobile notifcation.message
(optional | max 255 chars) - messaged displayed in the app and in the notification.