This integration allows you to set up a flow in Microsoft Power Automate 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.
@{triggerOutputs()?['body/email']}
) to dynamically populate recipient data.
Headers
application/json
Create a Flow in Power Automate
Log into Power Automate and Create a New Flow
Choose a Trigger
Add an HTTP Action
POST
https://api.thnks.com/api/v1/gift_requests
application/json
Add Additional Actions or Conditions (Optional)
Test and Activate the Flow
Run the Flow Manually or with Test Data
Check Run History
Activate the Flow
Best Practices
Error Handling
Security
Testing