Create Endpoint
create_endpointCreate email endpoints to receive inbound messages via webhooks or forwarding. Configure HTTP delivery or email forwarding to manage incoming communications.
Instructions
Create a new endpoint for receiving emails. Webhooks deliver emails as HTTP POST requests, email forwards send to another address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A descriptive name for this endpoint | |
| type | Yes | Type of endpoint: 'webhook' for HTTP delivery, 'email' for forwarding to a single address, 'email_group' for forwarding to multiple addresses | |
| url | No | Webhook URL (required for webhook type) | |
| forwardTo | No | Email address to forward to (required for email type) | |
| emails | No | List of email addresses to forward to (required for email_group type) | |
| preserveHeaders | No | Whether to preserve original email headers when forwarding (for email/email_group types) |