Created
February 9, 2019 22:29
-
-
Save mega-arbuz/57e5b2b24238bedf08466b8afb6cebcb to your computer and use it in GitHub Desktop.
cURL for Zapier Email hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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