curl --request POST \ --url https://api.thnks.com/api/v1/gift_requests \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "gift_id": 123, "recipients": [ { "email": "<string>", "first_name": "<string>", "last_name": "<string>", "message": "<string>", "gift_redeem_type": "<string>" } ] }'
This should always be application/json
application/json
Variable containing Thnks ID of the Thnks to be sent
Show properties
Variable containing email address of the recipient
Variable containing first name of the recipient (optional)
Variable containing last name of the recipient (optional)
Variable containing the Thnks message.
Use "Hello,\nThank you" instead of "Hello, Thank You" for a multiline Thnks
"Hello,\nThank you"
"Hello, Thank You"
Always set to “email”.