Skip to main content

Launching your Event

Overview

Before launching your Event and its jobs live on the Talroo Marketplace, you should ensure that you have:

  • Properly set your Event Details
  • Properly set up funding for your Event - See Event Funding
  • Properly assigned the necessary jobs to your Event - See Job Filtering Once you have completed the above tasks you are ready to launch your Event.

Launching your Event

To launch an Event live you can use the POST /campaigns/{campaignId}/launch endpoint.

The following example request to the POST /campaigns/{campaignId}/launch endpoint would set the Job Campaign (Id:12345) to live:

curl -X 'POST' \
'https://api.talroo.com/v5/campaigns/12345/launch' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {accessToken}' \
-H 'Content-Type: application/json'

Once your Event has been launched, it will be available to receive RSVPs. ::: note It may take up to 24 hours for your Event's jobs to make it to the Talroo Marketplace and for RSVPs to start coming in. :::