Create a recipient field
POST/api/v1/recipient_fields
Creates a recipient field for your organization.
Fields created through this endpoint are marked with source: api.
Do not send source; Better Email assigns it automatically. If key
is omitted, Better Email generates one from name. If key is provided,
Better Email normalizes it to a lowercase underscore-separated key.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 422
- 503
Recipient field created.
The request body could not be parsed or recipient_field was not a JSON object.
A valid API key is required.
The API key is valid, but the request is not allowed.
A recipient field with this key already exists.
The request was parsed, but one or more fields were invalid.
Authentication is temporarily unavailable.