zulip/zerver/webhooks/zapier/doc.md

694 B

Get notifications from every event supported by Zapier.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

  3. Create a Zap and select the service you'd like to receive notifications from as the Trigger (Step 1). Choose Webhooks by Zapier as the app in Action (Step 2). Select POST as the action, and click Save + Continue.

  4. Set URL to the URL constructed above. Set Payload Type to JSON. Add the following two fields to Data:

    • topic corresponds to the topic of a message
    • content corresponds to the content of a message

    Customize the topic and content fields as necessary. Click Continue.