Skip to main content

Domains and Senders

These two read-only tools enumerate the account-level resources that other tools reference by ID. Domains are used when publishing a funnel to a custom URL; senders are required when building a sequence step that sends email.

Call list_domains before create_funnel or update_funnel_metadata when you want to publish under a custom domain. Call list_senders before create_sequence or update_sequence so you can supply a valid senderId in each ai-email step.

Tools

ToolPurposeKey inputsReturns
list_domainsList all custom domains available for publishing funnels(none)Array of domain objects with IDs and URLs
list_sendersList all email sender identities configured for the accountfunnelIdArray of sender objects with IDs and addresses

Note on list_senders: although funnelId is a required parameter (for schema consistency with other tools), senders are company-wide — the funnel ID does not filter the result.