Create Multiple Recipients
Add multiple recipients at once using a JSON array of recipient objects. If a recipient does not include a valid mailing address but does include a valid email address, thanks.io can attempt to look up a street address for an additional fee.
Authorizations
Bearer token authentication using your thanks.io API key
Body
- Create Recipient by Address
- Create Recipient by Email
Create a recipient by providing address details
1
"123 Main Street"
"Tobias Example"
"www.thanks.io"
"Apartment 1"
"Any Town"
State or Province
"KS"
"12345"
"US"
Date of Birth in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"1981-04-23"
Can be used for house purchase anniversaries, move-in dates, or any recurring annual milestone. Anniversary date in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"2025-07-21"
"tobias@example.com"
"+1 (555) 123-4567"
Custom field for additional information about the recipient
"Unique Info"
Custom field for additional information about the recipient
"For example a product code or customer ID"
Custom field for additional information about the recipient
"Any Extra Info"
Custom field for additional information about the recipient
"Any Extra Info"
[
{
"mailing_list": 1,
"name": "Tobias First",
"address": "987 Main Street",
"address2": null,
"city": "LENEXA",
"province": "KS",
"postal_code": "66216",
"country": "US",
"dob": "04/23/1981",
"anniversary": "04/23/2025",
"custom1": null,
"custom2": null,
"email": "testemail@thanks.io",
"phone": "1234567890"
},
{
"mailing_list": 1,
"email": "another-testemail@thanks.io",
"phone": "1234567890"
}
]
Response
OK
18113288
1
"Tobias Example"
"www.thanks.io"
"123 Main Street"
"Apartment 1"
"Any Town"
State or Province
"KS"
"12345"
"US"
Date of Birth in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"1981-04-23"
Can be used for house purchase anniversaries, move-in dates, or any recurring annual milestone. Anniversary date in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"2025-07-21"
"tobias@example.com"
"+1 (555) 123-4567"
Custom field for additional information about the recipient
"Unique Info"
Custom field for additional information about the recipient
"For example a product code or customer ID"
Custom field for additional information about the recipient
"Any Extra Info"
Custom field for additional information about the recipient
"Any Extra Info"
The mailing list this recipient belongs to
"2025-06-27T14:57:11.000000Z"
"2025-06-27T14:57:11.000000Z"