This integration allows you to set up a workflow in n8n that automatically triggers sending a Thnks via the HTTP Request node.
Prepare Webhook 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.
{{ $json.email }}
) to dynamically populate recipient data from the workflow.
Headers
application/json
Create a Workflow in n8n
Log into n8n and Create a New Workflow
Add a Trigger Node
Add an HTTP Request Node
POST
https://api.thnks.com/api/v1/gift_requests
application/json
JSON
Add Additional Workflow Logic (Optional)
Test and Activate the Workflow
Test the Workflow
Check Logs
Activate the Workflow
Best Practices
Error Handling
Security
Testing