POST
/
partnerships
/
{partnership_id}
/
triggers
curl --request POST \
  --url https://campaignservice-staging.withbenji.com/partnerships/{partnership_id}/triggers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "trigger_name": "<string>",
  "external_user_id": "<string>",
  "partnership_id": 123
}'
{
  "trigger_event_id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

OK

The response is of type object.