This integration allows you to set up a workflow in HubSpot that automatically triggers sending a Thnks through an action.
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.
{{contact.email}}
) to populate dynamic contact information.
Headers
application/json
Create a Workflow in HubSpot
Log into HubSpot and navigate to Workflows
Create a New Workflow or Edit an Existing One
Contact enrollment
or any custom property change.
Add the Webhook Action
https://api.thnks.com/api/v1/gift_requests
POST
application/json
Test and Activate the Workflow
Run a Test
Check Response Logs
Activate the Workflow
Best Practices
Error Handling
Security
Testing