Skip to content

Instantly share code, notes, and snippets.

@mega-arbuz
Created February 9, 2019 22:29
Show Gist options
  • Save mega-arbuz/57e5b2b24238bedf08466b8afb6cebcb to your computer and use it in GitHub Desktop.
Save mega-arbuz/57e5b2b24238bedf08466b8afb6cebcb to your computer and use it in GitHub Desktop.
cURL for Zapier Email hook
curl --request POST \
--url https://hooks.zapier.com/hooks/catch/12345/abcd/ \
--header 'content-type: application/json' \
--data '{
"to": "[email protected]",
"subject": "New App Version 1.0005",
"body": "App is ready\nClick download"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment