Last updated 12 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
POST /v1/api/organizations/{organizationId}/campaign-dashboards HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 80 { "name": "text", "emailRecipientUids": [ 1 ], "whenToEmail": "always", "showNoOfDays": 1 }
OK
{ "success": true, "error": "text", "dataCampaignDashboardId": 1 }