post https://api.getblueshift.com/api/v1/campaigns/
Use this endpoint to create a campaign and specify its attributes.
Consider the following points before you use the API:
- The parameters
enddate
,triggering_event_name
,journey_concurrency
are applicable for the event triggered campaigns only. These parameters are also not returned in the response of an API call to this endpoint with one-time campaign selected. - The parameters
segment_uuid
andsend_summary_emails
are applicable for one-time campaigns only. These parameters are also not returned in the response of an API call to this endpoint with event triggered campaign selected.
Try it out
- Add the User API key as the Username and leave the Password field blank.
- Click the Base URL dropdown and select the API endpoint URL for your Blueshift region.
- Click Try It.
You can also try the API using Blueshift's API collection in Postman.