Use your API key or OAuth credentials to securely access the Workflows API. Store credentials safely and grant minimal scope (surveys.readonly).
Acadimiat uses standard OAuth2 tokens to authorize calls to the Workflows API. Ensure the connected app has the surveys.readonly scope.
Endpoint1: GET /surveys/ (list surveys); Endpoint2: GET /surveys/submissions (survey submissions); Endpoint3+: various read endpoints for surveys, responses, and metadata; use pagination as needed.
Trigger: new survey is created or updated in Workflows API.
Actions: pull survey list, sync survey metadata, refresh cached data in Acadimiat.
GET /surveys/
survey_id, title, created_at
Trigger: a submission is created or updated in a survey in Workflows API.
Actions: fetch /surveys/submissions, map fields to Acadimiat contact or lead, update records.
GET /surveys/submissions
submission_id, survey_id, respondent, score
Trigger: webhook events from Workflows API for survey changes.
Actions: push updates to Acadimiat, trigger automations, log changes.
POST /webhooks/surveys
webhook_id, event_type, payload
Streamlined data flow without custom coding.
Faster reporting by centralizing survey data in Acadimiat.
Automatic updates with minimal maintenance through webhooks.
A quick glossary of terms used in this integration and how data moves between Workflows API and Acadimiat.
Application Programming Interface that allows access to endpoints like /surveys and /submissions.
A mechanism for receiving event-driven updates in real time.
The process of proving identity to access the API safely (API key or OAuth).
A specific URL on the API that performs a defined action, such as retrieving surveys.
Automatically pull survey results into Acadimiat dashboards for real-time insights.
Map submissions to contact records and trigger follow-ups in Acadimiat.
Use webhooks to notify teams when new surveys are submitted.
Obtain credentials and securely store them in Acadimiat, granting the minimum required scope.
Select endpoints like /surveys/ and /surveys/submissions and set up data mappings.
Run test data, verify mappings, and enable automated syncs with cadence.
The Workflows API exposes survey data that can be retrieved and synced with Acadimiat. You can authenticate with an API key or OAuth credentials to access protected endpoints. Connecting Acadimiat enables you to pull surveys and submissions into your dashboards and automations in real time.
Supported methods include API key-based authentication or OAuth 2.0. Use the method your organization prefers and ensure the scope matches your needs, such as surveys.readonly.
Key endpoints include GET /surveys/ and GET /surveys/submissions. Map fields like survey_id, title, created_at, and submission_id to Acadimiat fields. Use pagination for large datasets.
No custom code is required in many cases. Use the built-in Zapier-style connector to configure endpoints, field mappings, and triggers. For advanced use, light scripting can be added inside Acadimiat automations.
Webhooks push updates in real time. When a survey is updated or a submission is created, Acadimiat can react immediately with automations and alerts.
Yes. Use test mode or sandbox data to validate endpoints and mappings before going live.
If you need help, reach out to our support team or consult the documentation for the Workflows API and Acadimiat connectors.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers