GET /ecommerce/attribution/metrics
Get attribution metrics for one or more Brevo campaigns or workflowsServers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
smsCampaignId[][] |
Array | No |
The SMS campaign ID(s) to get metrics for |
automationWorkflowEmailId[][] |
Array | No |
The automation workflow ID(s) to get email attribution metrics for |
periodFrom |
String | No |
When getting metrics for a specific period, define the starting datetime in RFC3339 format |
automationWorkflowSmsId[][] |
Array | No |
The automation workflow ID(s) to get SMS attribution metrics for |
periodTo |
String | No |
When getting metrics for a specific period, define the end datetime in RFC3339 format |
emailCampaignId[][] |
Array | No |
The email campaign ID(s) to get metrics for |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.