Create a recipient event
A recipient event can be used for tracking campaign engagement and conversions. Events can also be recorded so communication can be triggered automatically.
Request
curl "https://api-us1.stannp.com/v1/recipientEvents/create" \
-u {API_KEY}: \
-d "name=PURCHASE" \
-d "value=24.99" \
-d "conversion=true" \
-d "recipient_id=12345"
Response
{ "success": true, "data": 266 }