latestOpenAPI 3.0.02026-07-135965404.0 KB
a1bd874b5960
Notifications
Create a new notification
Create a new notification for a resource in your account. Notifications can be sent via email or webhook;
- To enable email, pass an array of email addresses to the recipients parameter of this call.
- To enable webhooks, setup the webhook callback URL in your account settings via PATCH /account.
Notes:
- Authenticated user should have notifications permission
post/notifications
Headers
ev-api-keystring required
API Key required to make API call.
ev-access-tokenstring required
Access token required to make the API call.
Request body
Example request
{
"type": "file",
"action": "upload",
"sendEmail": true,
"recipients": [
"myemail@example.com"
]
}Response
Successful Operation
NotificationResponse required— unresolved $ref