create_contact
Add a contact to the sender's address book. Specify email and optional details such as name, subscription status, and metadata.
Instructions
Add a contact to the sender's address book.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact email. | ||
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| lastName | No | ||
| metadata | No | Arbitrary metadata. | |
| firstName | No | ||
| subscribed | No | Defaults to true. |