Subscriber
Create or update a Subscriber
Requirements
post
Body
anyOptional
anyOptional
Responses
202
Webhook Accepted.
application/json
400
Bad Request
application/json
post
/v1/subscriberLast updated
Was this helpful?
Create or update a Subscriber
Webhook Accepted.
Bad Request
Last updated
Was this helpful?
Was this helpful?
POST /sensus-webhook/v1/subscriber HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 438
{
"birthdate": "text",
"context": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"email": "text",
"external_identifiers": {
"custom": [
{
"name": "text",
"value": "text"
}
],
"klaviyo": "text",
"shopify": "text"
},
"first_name": "text",
"last_name": "text",
"phone_number": "text",
"platform": "alloy",
"popup_identifier": "text",
"properties": [
{
"key": "text",
"type": "string",
"value": "text"
}
],
"source_type": "EMOTIVE_POPUP",
"subscribe_identifier": "text",
"subsource_identifier": "text"
}{
"message": "text"
}