Add recipients to a project
Projects
Add Recipients
Add recipients to a project
POST
Add recipients to a project
Documentation Index
Fetch the complete documentation index at: https://docs.postable.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Add one or more recipients to an existing project. Each recipient will be created as a contact in your address book and added to the project.Behavior
- If a recipient has an
internal_idthat matches an existing contact, that contact will be updated instead of creating a duplicate - Recipients without
internal_idwill always create new contacts - Use
override_messageandoverride_signoffto customize the card message for specific recipients - Use
senderto set a per-recipient return address. When provided, the printed card shows this sender in the corner instead of your account-level return address. Omit it to use the account default.
Per-Recipient Sender (Return Address)
By default, every card prints your account’s return address in the corner. To make each card show its own individual sender, include asender object on the recipient.
- If
senderis present,address,city, andcountryare required, and eithernameorcompanymust be provided. - For United States addresses,
stateand a validzipare also required. - Recipients without a
sendercontinue to use the account-level return address.
Example: Adding Recipients with Custom Messages
Example: Adding a Recipient with a Custom Sender
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the project to add recipients to
Body
application/json
Response
Recipients added successfully