External actions allow you to send application data and information out of AutoConvert to a 3rd party application via an API.
For example:
- Update your accountancy software with paid-out deals
- Populate e-sign services (Signable, DocuSign, etc.)
If you want to use external actions, you'll need some technical knowledge of integrating with APIs and building JSON requests.
How to set up an external action
- Head to ‘Settings’
- Then go to ‘Automation’
- Then select ‘External actions’
- Select 'Actions', then 'Add external action'
- Add a name to help identify it
- Add the endpoint for the API you want to connect to
- Select the 'Replacement fields' you want to be able to send
- Then build your payload on the right-hand side by selecting 'Add' for each data point
- Select 'Preview' to see the JSON data
- Once you're happy, select 'Save changes'
Supported authentication types
Four authentication types and currently supported:
- No auth
- Basic auth
- Token auth (OAuth)
- Header auth
If you need to set up token auth, you can do that by selecting ‘Add auth config’ from the top right. Once this is done, the authentication you set up becomes available within the main external action’s user interface.
How to trigger the external action
- Head to 'Settings'
- Then 'Automation'
- Select ‘Configure’ and set up the necessary automation trigger and any rules you need
- When you go to the possible actions, you need to select ‘Trigger external action’. This will then show you all the external action templates you’ve got set up. You just need to select the appropriate one.