Moveworks Connections and Settings
This document describes the subscription settings for the Moveworks integration in iPaaS.com and how the connection authenticates. For step-by-step setup, see the Moveworks Installation Instructions.
Field | Required | Example | Description |
API URL | Required | The Moveworks API base URL that iPaaS.com uses for all requests. | |
Client ID | Required | (from Moveworks Creator Studio) | The OAuth 2.0 client identifier used to request an access token. |
Client Secret | Required | (from Moveworks Creator Studio) | The OAuth 2.0 client secret paired with the Client ID. Treat it as sensitive. |
API Key | Optional | — | Not required for the standard OAuth 2.0 client-credentials flow. Leave empty unless your implementation specifically requires it. |
Field names above match the iPaaS.com subscription Settings page. The Client ID and Client Secret are generated in Moveworks Creator Studio (see the Installation Instructions for the exact steps).
Authentication
The integration uses the OAuth 2.0 client-credentials flow. iPaaS.com exchanges the Client ID and Client Secret for an access token and includes it as a bearer token on each Moveworks request. The token is requested and refreshed automatically as it expires, so no manual token entry or renewal is required. If the Client ID or Client Secret is incorrect, the subscription will report an authentication error.
Initialization and Bulk Transfer Support
This integration sends messages from iPaaS.com to Moveworks (outbound only). It does not provide an initialization or bulk historical-sync mode, and it does not poll Moveworks for inbound data. To send a large set of messages as a one-time operation, use the bulk sync using Postman workflow.
Throttling and Concurrency
API throttle and concurrency settings are configured on the subscription. Recommended starting values:
API Throttle Limit — Initial setup: 5; Ongoing: 500; High volume: 500.
API Throttle Seconds — 60.
Concurrent Connections and Concurrent Batch Executions — leave at the defaults unless advised otherwise.
Adjust these in the subscription's configuration as your message volume grows. See the iPaaS.com Subscription Configuration documentation in the Support Portal for details.
