mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Add documentation for weather update through Zapier. Contains tests and fixtures for weather example. With minor fixes, docs migration to Markdown, and rebasing by Eeshan Garg.
1.8 KiB
1.8 KiB
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:
URLis the webhook URL we created abovePayload Typeset toJSON
Finally, configure Data. You have to add 2 fields:
subjectis the field corresponding to the subject of a messagecontentis the field corresponding to the content of a message
{!congrats.md!}
Weather Update with Zapier!
Sign into your Zapier account, then go to the URL
https://zapier.com/app/explore.
Choose the trigger app, Weather by Zapier.
Next, select the option Today's Forecast.
Fill in the latitude and longitude of your location.
Next, fill in your choice of units, Fahrenheit or Celsius.
Configure Set up Webhooks by Zapier POST as follows:
URLis the webhook URL we created abovePayload Typeset toJSON
Finally, configure Data. You have to add 2 fields:
subjectis the field corresponding to the subject of a messagecontentis the field corresponding to the content of a message
Congratulations! You're done!









