Events
Create an event
POST
https://api.sparkloop.app/v1/campaigns/:campaign_uuid/subscribers/:subscriber_uuid/events
Path Parameters
Name | Type | Description |
---|---|---|
campaign_uuid* | string | Campaign's UUID, for example MF9a78983d1c |
subscriber_uuid* | String | Subscriber's UUID or email address |
Headers
Name | Type | Description |
---|---|---|
X-Api-Key* | string | Your API key |
Request Body
Name | Type | Description |
---|---|---|
value* | float | Monetary value of the event. For example 23.9 |
descripton | string | Description of the event. For internal use only. Eg: "Purchase of Premium membership" |
Last updated