What happened to submissions
get_submission_deliveriesWhat happened to up to 20 submissions after they arrived: every email, webhook, Zapier zap and integration each one was handed to, with the latest outcome of each, and one status per submission rolled up from its rows (succeeded, partial, failed, bounced, retrying, pending, skipped, or null when nothing is on record). Read the rows to say why: pending or retrying means read again in a minute; bounced means the address rejected the email; SKIPPED_PLUGIN_DISABLED means the feature is off on the form; SKIPPED_PLAN_LIMIT means the plan cut it; SKIPPED_SPAM means the submission was spam. Ids the form does not have are left out. A submission received seconds ago can have no rows yet, and the log is kept 18 months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | Form id, a short string such as "AbC123xyz" (from list_forms). | |
| submission_ids | Yes | From list_submissions. Up to 20 in one call. |