App
Intelliprint
Intelliprint a hybrid mailing platform. Send out letters in the real world by connecting apps to Intelliprint!
What your agent can do with Intelliprint
Triggers and actions 15 actions
- ActionAdd background
Create a background/letterhead used for print jobs. POST /backgrounds
- ActionAdd mailing list
Create a mailing list. POST /mailing_lists
- ActionAdd recipient
Create a recipient in a mailing list. POST /mailing_lists/{mailing_list}/recipients
- ActionDelete mailing list
Delete a mailing list. DELETE /mailing_lists/{id}
- ActionDelete print job
Delete or cancel a print job. DELETE /prints/{id}
- ActionDelete recipient
Delete a mailing list recipient. DELETE /mailing_lists/{mailing_list}/recipients/{id}
- ActionGet mailing list
Retrieve a mailing list by id. GET /mailing_lists/{id}
- ActionGet print job
Retrieve a single print job by id. GET /prints/{id}
- ActionGet recipient
Retrieve a mailing list recipient by id. GET /mailing_lists/{mailing_list}/recipients/{id}
- ActionList mailing lists
List all mailing lists. GET /mailing_lists
- ActionList recipients
List all recipients in a mailing list. GET /mailing_lists/{mailing_list}/recipients
- ActionSend Letter
We'll print and mail out any content you provide us as a letter.
- ActionUpdate mailing list
Update a mailing list. POST /mailing_lists/{id}
- ActionUpdate print job
Update an existing print job. POST /prints/{id}
- ActionUpdate recipient
Update a mailing list recipient. POST /mailing_lists/{mailing_list}/recipients/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Intelliprint API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.