Endpoint
Postman Collection
Access the API collection via the EazyBe shared Postman workspace.
Authentication
You need to obtain the Organization Auth Token from your EazyBe Workspace.Access EazyBe Workspace
Go to workspace.eazybe.com
Request Payload
The API requires the following fields:| Field | Type | Description |
|---|---|---|
from | string | Sender’s organizational email address |
to | string | Receiver’s phone number (international format) |
message | string | Text content to send |
name | string | Receiver’s name for notifications |
time | string | Scheduled delivery timestamp (ISO 8601 format) |
Example Payload
Code Example (Node.js)
Response Status
| Status | Description |
|---|---|
| Success | Message scheduled successfully |
| Failure | Invalid email, missing fields, or permission issues |
Best Practices
Verify Sender
Ensure the sender email belongs to your organization
Avoid Spam
Do not use for mass messaging or spam activities
Valid Token
Maintain a valid Organization Auth Token
International Format
Use international phone number format (e.g., 919876543210)
If you have any questions or need further assistance, feel free to reach out to us at [email protected]. We’re happy to help!
