Start by obtaining a secure API key or OAuth token for the Custom Fields API and store it safely.
Ensure Acadimiat has the correct permissions to access Custom Fields data via API credentials and scopes.
1) GET /locations/:locationId/customValues; 2) GET /locations/:locationId/customValues/:id; 3) locations/customValues.write; 4) POST /locations/:locationId/customValues; 5) PUT /locations/:locationId/customValues/:id; 6) DELETE /locations/:locationId/customValues/:id; 7) locations/customFields.readonly; 8) GET /locations/:locationId/customFields; 9) GET /locations/:locationId/customFields/:id; 10) GET /custom-fields/:id; 11) GET /custom-field/object-key/:key; 12) locations/customFields.write; 13) POST /locations/:locationId/customFields; 14) PUT /locations/:locationId/customFields/:id; 15) DELETE /locations/:locationId/customFields/:id; 16) locations/tags.readonly; 17) GET /locations/:locationId/tags
Trigger on location changes to retrieve all related custom values.
Actions: GET /locations/:locationId/customValues and map results to Acadimiat fields.
Trigger to update one value when needed.
Actions: PUT /locations/:locationId/customValues/:id
Method path: PUT /locations/:locationId/customValues/:id
Key fields: locationId, id, value
Trigger when creating or updating a custom field.
Actions: POST /locations/:locationId/customFields and GET /locations/:locationId/customFields
Method path examples: POST /locations/:locationId/customFields
Key fields: locationId, fieldKey, fieldLabel
Create powerful automations without writing code.
Drag-and-drop workflows with real-time data sync.
Faster setup and scalable data management.
A quick glossary of terms used across the integration, including endpoints, triggers, and actions.
A specific URL on the API that performs a defined action.
The process of proving identity to access the API.
An event that starts a workflow.
An operation performed by the API in response to a trigger.
Set up a Zap to read a field and apply tags in Acadimiat.
Use triggers to enforce field value rules.
Feed updated values into dashboards for analytics.
Obtain credentials and configure secure storage.
Add the endpoint URLs and map data fields.
Build an automation that uses triggers and actions.
The Custom Fields API lets you read and write custom values and fields for locations. Use it to build tailored automation in Acadimiat.
A developer account is recommended for full access, but you can start with a sandbox or test API key.
Yes, use test endpoints or a staging environment to safely validate requests and responses.
Start with read-only endpoints to understand data structure before implementing writes.
Rate limits apply; plan requests to avoid hitting limits and implement retries.
Check your credentials, token scopes, and endpoint paths; use error messages to guide fixes.
Data export options depend on endpoint capabilities; use /customValues and /customFields to download information.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers