Skip to main content
POST
Create a new scheduled action to be executed at a specific time.

Request Body

string
required
Type of action to schedule. Currently supported: send_sms
string
required
When to execute the action. Must be ISO 8601 format with timezone (e.g., 2026-01-15T10:00:00-08:00)
object
required
Action-specific parameters (see below)

SMS Parameters

string
required
Recipient phone number in E.164 format
string
Recipient name for reference
string
required
Message content to send
string
Your Magpipe number to send from. Defaults to your primary number.

Response

string
UUID of the scheduled action
string
Type of action
string
Scheduled execution time
string
Current status: pending
object
Action parameters
string
When the action was created