Download OpenAPI specification:Download
APIs to build new integrations with Moveworks. Our base URL is api.moveworks.ai.
Send a message to users, referenced by email address, through the Moveworks Bot for an event.
Object containing all the data needed to send a message to a list of recipients for an event
Successfully scheduled
Bad Request
Unauthenticated
Unauthorized
Event not found
Rate Limit Exceeded
{- "message": "This is a rich message that supports <b>bold</b> and <i>italics</i>.<br><br> Did I mention, we also support:<br><ul><li>Lists</li><li><a href=\\\"https://moveworks.com\\\">Links</a></li><li>and just about <a href=\\\"https://www.webfx.com/tools/emoji-cheat-sheet/\\\"> any emoji you want </a>:fire:</li></ul>",
- "recipients": [
- "recipient1@moveworks.ai",
- "recipient2@moveworks.ai"
]
}
{- "data": {
- "status": "RECEIVED"
}
}
Send a message to users, referenced by email address, through the Moveworks Bot.
Object containing all the data needed to send a message to a list of recipients
Successfully scheduled
Bad Request
Unauthenticated
Unauthorized
Rate Limit Exceeded
{- "message": "This is a rich message that supports <b>bold</b> and <i>italics</i>.<br><br> Did I mention, we also support:<br><ul><li>Lists</li><li><a href=\\\"https://moveworks.com\\\">Links</a></li><li>and just about <a href=\\\"https://www.webfx.com/tools/emoji-cheat-sheet/\\\"> any emoji you want </a>:fire:</li></ul>",
- "recipients": [
- "recipient1@moveworks.ai",
- "recipient2@moveworks.ai"
]
}
{- "code": "INVALID_VALUE_SIZE_TOO_SHORT",
- "message": "Expected `message` field to be of min size: 1"
}