Create Auto-Message Campaign

This endpoint allows you to create an auto-message campaign, and define the distribution rules and its content.

  • URL: POST - {{url}}/autoMessage
  • Body:
    • campaignName - Name of the campaign.
    • trigger - eachTransfer, genesis, walletToWallet
    • content - Content of the message. Check out the Message 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!