Push email-delivery stats for a feedback form
This endpoint lets you push one day of email-delivery funnel metrics (sent, delivered, opened, clicked, bounced) for a feedback form and business, typically reported by your Email Service Provider (ESP).
It upserts on (feedback_form_id, business_id, date): sent and clicked always overwrite
the row, while the optional metrics (processed, delivered, opened, bounced) keep their
previous value when omitted or null, defaulting to 0 only on a brand-new row.
Rows created here are always stored with source: external, and feed the survey.sent,
survey.delivered, survey.opened, survey.clicked and survey.error_bounces
analytics metrics.
Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Body
The unique identifier of the form
"674d791c13c9d976e20001b1"
Business id
"5409c35a97bbc544d8e26737"
Day these metrics apply to
"2026-06-01"
Number of survey emails sent
x >= 0100
Number of survey link clicks (from the email)
x >= 010
Number of survey emails accepted for delivery by the ESP. Omit or send null to leave unchanged.
x >= 095
Number of survey emails successfully delivered. Omit or send null to leave unchanged.
x >= 090
Number of survey emails opened. Omit or send null to leave unchanged.
x >= 050
Number of survey emails that bounced. Omit or send null to leave unchanged.
x >= 05
Response
OK
One day of email-delivery funnel metrics for a (feedback_form, business) pair.
The unique identifier of the form
"674d791c13c9d976e20001b1"
Business id
"5409c35a97bbc544d8e26737"
Day these metrics apply to
"2026-06-01"
Origin of the emailing volume.
Always external for rows created through this endpoint (i.e. reported by your ESP).
external, internal "external"
The organization ID the feedback form belongs to
42
Number of survey emails sent
x >= 0100
Number of survey emails accepted for delivery by the ESP
x >= 095
Number of survey emails successfully delivered
x >= 090
Number of survey emails opened
x >= 050
Number of survey link clicks (from the email)
x >= 010
Number of survey emails that bounced
x >= 05