Get Started
Automate your healthcare workflows with Feathery integrations and Morf. Feathery is a no-code form builder for creating dynamic, personalized workflows. The following Feathery events can be used to trigger a Morf workflow.
Setup your Feathery integration
Connect Feathery API keys
- In Feathery, navigate to Settings. Copy your API key. Use the live key in Morf production, and test key for Morf staging.
- In your Morf admin dashboard, navigate to the integrations page. Click the + Integration button in the top right corner.
- Select the Feathery API Key integration. Click Continue.
- Paste your API key and click connect.
Feathery API keys must be connected to each environment.
Register Morf webhook URLs
- Create your workflow in Morf.
- In the workflow viewer, click on the trigger node and navigate to the Connect tab. Copy the Morf webhook URL. This will start with
https://api.morf.healthcare/webhooks/
- In Feathery, navigate to your flow and click Integrations > Webhook.
- Configure the webhook
- URL: Morf webhook URL from production
- Test URL: Morf webhook URL from staging
- Send data when: any user data is received
- Include hidden fields in the event set to true
- Click Save Changes.
Configure Scheduling Rules
If you’re using Morf’s scheduling UI, update the Appointment Schedule rule with your Morf details.
-
In your flow, navigate to Logic > Appointment Schedule.
-
Update all instances of
morfOrgId
to your Morf organization ID. -
Update the POST request with your Morf webhook URL.
await feathery.http.post("<your Morf webhook URL>", webhook_payload);