Last updated 11 months ago
Was this helpful?
Add a new data campaign dashboard
Organization ID
List of user IDs to notify for this dashboard (sent daily)
always
on_changes
never
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaign-dashboards' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "name": "text", "emailRecipientUids": [ 1 ], "whenToEmail": "always", "showNoOfDays": 1 }'
{ "success": true, "error": "text", "dataCampaignDashboardId": 1 }