Created
January 2, 2023 17:08
-
-
Save benwyrosdick/f4540bc05e6b50ed3bed7c88869ea251 to your computer and use it in GitHub Desktop.
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 -X POST 'http://colormind.io/api/' --data-binary '{"model":"default"}' |
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 -X POST \ | |
-H "Content-Type: application/json" \ | |
-H "Authorization: token test_mNv5rlV2KF7q7bLw9QPXVfSy/u2+bxPX" \ | |
-d '{ | |
"to": "[email protected]", | |
"from": "Dev User <[email protected]>", | |
"subject": "Testing my Template", | |
"template": "cliniclive-confirm-account", | |
"templateVariables": { | |
"account_url": null, | |
"clinic_account": null, | |
"clinic_name": null | |
} | |
}' \ | |
"https://api.enveloop.com/messages" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment