v3 API//
- Upsert notes for the given Email Inbox
Add a new Email Inbox
Update an existing Email Inbox
Delete an Email Inbox
Associate audit configurations with an existing Email Inbox
Associate an audit configuration with an existing Email Inbox
Delete an audit configuration from an Email Inbox
Upsert labels for an existing Email Inbox
Cancel all audit runs associated with a given Email Message
Upsert notes for the give...
PUT /v3/email-inboxes/{emailInboxId}/notes
Security
API_Key
PUT
curl -i -X PUT \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/notes' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: text/plain' \
-d stringResponse
My notes for this inbox. This inbox will audit marketing emails.