Inbox

Snooze or unsnooze message

Snoozes a message until a specified date/time or unsnoozes it

put/inboxmessage/{uuid}/snooze.json

Path parameters

uuidstring uuid required

UUID of the inbox message

Request body

snooze_untilstring date-time nullable

ISO 8601 datetime to snooze until, or null to unsnooze

notestring nullable

Response

Message snoozed/unsnoozed

successboolean
messagestring

Changes

Changed in 1 of the 50 revisions of this API.2

    • the security scope publish_inbox was added to the endpoint's security scheme oauth2

      api-security-scope-added

    • the security scope manage_inbox was removed from the endpoint's security scheme oauth2

      api-security-scope-removed