Skip to content

Instantly share code, notes, and snippets.

@benwyrosdick
Created January 2, 2023 17:08
Show Gist options
  • Save benwyrosdick/f4540bc05e6b50ed3bed7c88869ea251 to your computer and use it in GitHub Desktop.
Save benwyrosdick/f4540bc05e6b50ed3bed7c88869ea251 to your computer and use it in GitHub Desktop.
curl -X POST 'http://colormind.io/api/' --data-binary '{"model":"default"}'
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