Setup
email_create_sender
Create a sender identity (from name + address) on a VERIFIED sending domain.
write email_create_sender
Create a sender identity (from name + address) on a VERIFIED sending domain. Refused while the domain is unverified. The first sender becomes the project default.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fromName | string | Yes | |
fromEmail | string | Yes | |
replyTo | string | No | |
makeDefault | boolean | No | |
projectId | string | No | Target company (project id). Org-scoped tokens only; call email_list_projects first. |