DevelopersAPI referenceFormsDestinations
List destinations
Delivery destinations, created_at ascending. Readable with the form, so a teammate a form is shared with can see where it delivers.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/forms/string/destinations"{ "destinations": [ { "id": "string", "type": "string", "config": {}, "enabled": true, "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z" } ]}Delete a submission
Deletes the submission and decrements the form's counters. Owner-only — deleting from a shared form's inbox returns 403.
Add a destination
type must be one of email/webhook/slack/sheets/zapier/crm — only email is delivered in v1. enabled defaults true. Owner-only — adding one to a shared form returns 403.