Create Once-Off Event Campaign

This endpoint allows you to create a once-off event campaign for a specific audience and its content.

  • URL: POST - {{url}}/onceOfEvent
  • Body:
    • campaignName - Name of the campaign.
    • content - Content of the Event. Check out Event Schema.
    • audienceId - ID of the target audience.
    • autoAccept - Set as true to auto-accept events.
    • status - DRAFT or CREATED.
  • Success: The campaign data are returned.

For more information, read our detailed API documentation.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!