Learn about extensions here, and visit our extensions repository to contribute any extension you create.
This repository is an exmample of a single extension that you can run from your local machine by configuring the external-server
extension and routing it to your local server (e.g. via ngrok).
Instructions:
- Enable the "External Server" extension in studio
- Start a local ngrok server (e.g.
ngrok http 3000
) - Add the URL provided by ngrok to the
url
field in settings - Run the
yarn test-server
script in this repository - Add the
External Server
action to your care flow - extension key:
my-extension
, action key:my-action
- Add
{ "fields": { "name": "<some name>" }, "settings": { "api_key": "<anything>" } }
as the json object - Set the datapoint as a string response datapoint
- Attempt a test case, and see the response in :