Achieve Social Campaign
Mark a social campaign as achieved for a customer and grant the configured reward from your backend. This is the server-to-server equivalent of the in-widget social action for Social Activities campaigns.
post/api/v4.0/integrations/customers/social-challenges
Request body
Example request
{
"customerId": "customer_123",
"challengeId": 11664,
"email": "john.doe@example.com",
"mobile": "+1234567890"
}Response
Social challenge achievement accepted for processing
Example response
{
"customerId": "customer_123",
"challengeId": 11664
}Changes
Changed in 2 of the 38 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲