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
}