Custom Data Actions are powerful but require proper authentication.
- Create the Integration
Go to Admin > Integrations and add a new “Web Services Data Actions” integration. - Configure Credentials
Under Configuration > Credentials, choose “User Defined (OAuth)” and input yourclient_idandclient_secret. - Write the Action
In the Action contract, define your inputs. Use Velocity macros to map the response.{ "translationMap": { "status": "$.response.status" }, "successTemplate": "{\"status\": \"${status}\"}" }