NotifyHub
Openapi

Create schedule

POST
/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler

Schedules an email to be sent at the scheduledFor timestamp (Unix ms). Provide the recipient address, subject, HTML body, and optionally a template id. The dispatch remains in pending status until the scheduled time, at which point the system sends it automatically.

Authorization

Authorization<token>

In: header

Response Body

curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler"
Empty