Skip to main content
POST
Add a recipient

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_id
string
required

The form's id, as shown in the dashboard and in the form's endpoint URL

Body

application/json
email
string
required

The address to add.

Example:

"me@company.com"

Response

recipients
string[]
required

The whole list after the change.

Example: