Campaigns can be created on the platform or programmatically via API.
Once created, they are accessible via two dedicated API endpoints:
/campaigns: to list all campaigns/campaigns/{id}: to retrieve information about a specific campaign
Recovering information from one or all campaigns
To recover information from a particular campaign, you must first have recovered its identifier from the creation call return.
The information returned is:
parameters entered when creating the campaign
.
the code for application sends, required for sending messages via the endpoint
/messages
Conclusion
Recovering the details of a campaign is possible at any time and provides useful information, particularly for sending applicative messages.
Further reading: