This integration allows you to set up a recipe in Workato that automatically triggers sending a Thnks via an HTTP action.
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}}
, {{first_name}}
) to populate recipient data dynamically.
Headers
application/json
Create a Recipe in Workato
Log into Workato and Create a New Recipe
Define the Trigger
Add an HTTP Action
POST
https://api.thnks.com/api/v1/gift_requests
application/json
Add Conditional Logic or Additional Steps (Optional)
Test and Activate the Recipe
Run the Recipe in Test Mode
Check Execution Logs
Activate the Recipe
Best Practices
Error Handling
Security
Testing