zulip/zerver/webhooks/zapier/doc.md

916 B

Get notifications from every event supported by Zapier.

{!create-stream.md!}

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

Next, create a ZAP, picking the service you'd like to receive notifications from as Trigger (Step 1)

and Webhook as Action (Step 2).

As Step 2 Action please choose POST:

Configure Set up Webhooks by Zapier POST as follows:

  • URL is the webhook URL we created above
  • Payload Type set to JSON

Finally, configure Data. You have to add 2 fields:

  • subject is the field corresponding to the subject of a message
  • content is the field corresponding to the content of a message

Example configuration:

{!congrats.md!}