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

  1. In Feathery, navigate to Settings. Copy your API key. Use the live key in Morf production, and test key for Morf staging.
  2. In your Morf admin dashboard, navigate to the integrations page. Click the + Integration button in the top right corner.
  3. Select the Feathery API Key integration. Click Continue.
  4. Paste your API key and click connect.

Feathery API keys must be connected to each environment.

Register Morf webhook URLs

  1. Create your workflow in Morf.
  2. 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/
  3. In Feathery, navigate to your flow and click Integrations > Webhook.
  4. 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
  5. Click Save Changes.

Configure Scheduling Rules

If you’re using Morf’s scheduling UI, update the Appointment Schedule rule with your Morf details.

  1. In your flow, navigate to Logic > Appointment Schedule.

  2. Update all instances of morfOrgId to your Morf organization ID.

  3. Update the POST request with your Morf webhook URL.

    await feathery.http.post("<your Morf webhook URL>", webhook_payload);