Introduction
Email content creation can be carried out from the platform and programmatically via API.
Details of each parameter required for content creation are accessible in the dedicated documentation.
Creating email content via API
Email content creation via API allows you to create HTML-based email content.
Images associated with the content can be attached during the API call in order to be hosted on the platform's CDN.
Note that any images already hosted in HTML will not be rehosted on the platform's CDN.
Some identifiers required for content creation refer to information to which the account has access through the endpoint:
- Group_id: list of groups from the endpoint
/settings/groups
Once the content has been created, it can be interacted with via the following endpoints:
- To retrieve all content information from the
/contents/{id}endpoint. -
To use it to create a campaign thanks to the endpoint
/campaigns/
Conclusion
Once the content has been created, you can find it in Factorly's content list.