In this, you’ll get to know how you can send data from your app to other apps.
Developer
in Cobalt > Events
> Click on New Event
> Select a Model
> Update the sample Payload to your requirements > Click on Create Event
.
/event/:slug
endpoint. linked_account_id
is a mandatory field to be passed while making the request.Param | Required | Type | Description |
---|---|---|---|
linked_account_id | Mandatory | String | Unique customer identifier |
event | Mandatory | String | Name of the event |
payload | Optional | Object | Event payload with user data required for the workflow. |
/event/:slug
endpoint returns a 400 error, your server-side code should handle it gracefully. The error is returned if you provided the wrong name of the event.