GET Get Sequence Email​
Retrieve a single sequence email by ID within a sequence. Optionally include the parent sequence data. If email_id is 0, returns an empty template for creating a new email. For visual builder emails, the _visual_builder_design field is included. Requires FluentCampaign Pro.
Required capability: fcrm_read_emails
Enforced by SequencePolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
The parent sequence ID.
The sequence email ID. Use 0 to get an empty template.
Query Parameters
Include additional data. Use sequence to include the parent sequence.
Responses​
Sequence email details.