Skip to main content

Moveworks API Endpoints

Moveworks API Endpoints

This document lists the Moveworks API endpoints the iPaaS.com integration calls, grouped by area. [Base URL] is the Moveworks API base URL you configure on the subscription (for example, https://api.moveworks.ai).

  • Message Endpoints

  • Authorization Endpoints

  • Authentication

  • Related Documents

Message Endpoints

Send a Message (POST)

[Base URL]/rest/v1/events/{EventId}/messages/send

Used during FROM iPaaS.com transfers to send a message to one or more recipients for a Moveworks event. {EventId} is the identifier of the Moveworks event the message is sent for; the event must exist in your Moveworks Events Workspace. The request carries the message text, the recipient email addresses, and any contextual slot values.

Authorization Endpoints

Get an Access Token by Client Credentials (POST)

[Base URL]/oauth/v1/token

Exchanges the subscription's Client ID and Client Secret for an access token using the OAuth 2.0 client-credentials grant. iPaaS.com calls this automatically and refreshes the token as it expires.

Authentication

The integration authenticates with OAuth 2.0 (client-credentials grant). iPaaS.com sends the Client ID, Client Secret, and grant_type=client_credentials to the token endpoint above, receives an access token, and includes it as a bearer token on each message request. Tokens are refreshed automatically; no manual token handling is required.

Related Documents

Did this answer your question?