Trigger
New ticket tagged content-question.
Use a familiar Zap trigger and filter to hand Emelyn a real question, an approved answer source, and privacy context. Continue the Zap only when the post reaches the state you choose.

The workflow separates a support-system trigger from Emelyn’s content judgment and review state.
New ticket tagged content-question.
Continue only with privacy clearance and an approved answer source.
Map the question and source into an Emelyn idea and channel drafts.
Keep changes and approval on the exact Emelyn version.
When approved or published, resume the Zap with the final URL.
Authenticate each app account separately and test the selected connection.
Zapier’s test record becomes the field picker. It should look like the event you expect in production without containing customer secrets.
{
"ticket_id": "TK-48392",
"question": "How should we prepare for a data migration?",
"answer_source": "https://help.example.com/migration-guide",
"customer_segment": "growing SaaS",
"privacy_clearance": "cleared",
"tag": "content-question"
}The Create idea and drafts action returns a stable idea, campaign, review URL, and current state. A 202 response is accepted work, not published content.
{
"idea_id": "idea_01J7Q2",
"campaign_id": "cmp_01J7Q3",
"review_url": "https://app.emelyn.ai/campaigns/cmp_01J7Q3",
"status": "review"
}Zap template revision 1.0 · Emelyn API v1 · Last tested 29 August 2026 against Zapier Platform’s authentication, trigger, filter, action, and task-history behavior.
Zapier stores app authentication as a connection and tests it before the action runs. Emelyn keeps error classes distinct.
Stop the Zap and reconnect the Emelyn account. The token may be expired, revoked, or missing workspace access.
Delay the task using Retry-After. Keep the same idempotency key so a retry cannot create a duplicate campaign.
Stop and fix the mapped field. A missing source, unclear privacy state, or malformed URL will not improve with time.
Automation practitioners ask for draft, approval, published, failed, and analytics states. This example stays with one complete job and makes the source, privacy boundary, human review, and continuation explicit.
The example starts when a support ticket receives the content-question tag. A filter then confirms privacy clearance and a usable answer source before anything enters Emelyn.
The Zap creates an idea and drafts in review state. A later approved-post trigger can continue the Zap after Emelyn completes review and publishing checks.
Zapier can delay and retry throttled requests. The Emelyn action returns Retry-After where applicable; validation and authentication errors stop for correction instead.