Update Auto-Event Campaign

This endpoint allows you to update campaign parameters such as the name, the audience, or content.

  • URL: PUT - {{url}}/auto-event/:id
  • Parameter: id - ID of the campaign.
  • Body:
    • name - Name of the campaign.
    • trigger - eachTransfer, genesis, walletToWallet
    • content - Content of the Event. Check out Event Schema.
    • audienceId - ID of the target audience.
    • autoAccept - Set as true to auto-accept events.
    • enable - Set true to enable the campaign after the creation.
  • Success: The campaign data are returned.

For more information, read our detailed API documentation.

Log in to see full request history
Path Params
string
required

ID of the campaign

Body Params
string
string
string
string
boolean
boolean
Responses

Language
Credentials
URL