This integration allows you to set up a scenario in Make that automatically triggers sending a Thnks via an HTTP module.
Prepare HTTP Request Data
Thnks API URL
https://api.thnks.com/api/v1/gift_requests
HTTP Method
POST
Data (JSON format)
<GIFT_ID>
with the Thnks ID of the gift you want to send.
{{email}}
) to dynamically populate recipient data from earlier modules in the scenario.
Headers
application/json
Create a Scenario in Make
Log into Make and Create a New Scenario
Choose a Trigger Module
Add an HTTP Module
POST
https://api.thnks.com/api/v1/gift_requests
application/json
Add Additional Modules (Optional)
Test and Activate the Scenario
Run the Scenario in Test Mode
Check Execution History
Activate the Scenario
Best Practices
Error Handling
Security
Testing