Campaigns
Preview a campaign as an image
Email Templates
- The Email Template object
- GETList all email templates for a business
- POSTCreate an email template
- POSTCreate a new email template using AI
- POSTCopy a project email template into a specific business
- GETRetrieve an email template
- GETPreview an email template
- GETPreview an email template as an image
- POSTUpdate an email template
- DELDelete an email template
Email Template Embeds
Project Email Templates
Business Email Addresses
Project Email Addresses
Emails
SMS Templates
SMS Template Embeds
SMS Messages
Business Phone Numbers
Project Phone Numbers
Campaigns
- The Campaign object
- The Campaign Execution object
- GETList all campaigns
- POSTCreate a campaign
- GETRetrieve a campaign
- GETView a campaign interactively
- GETPreview a campaign
- GETPreview a campaign as an image
- POSTUpdate a campaign
- POSTStart a campaign
- POSTStop a campaign
- DELDelete a campaign
- GETGet the executions of a campaign
Campaign Embeds
Triggers
Campaigns
Preview a campaign as an image
GET
/
campaigns
/
{id}
/
preview.png
curl --request GET \
--url https://api.pocketflows.com/campaigns/{id}/preview.png
"<string>"
Path Parameters
The ID of the campaign
Response
200 - text/html
The preview image of the campaign
The response is of type string
.
curl --request GET \
--url https://api.pocketflows.com/campaigns/{id}/preview.png
"<string>"