App
Emailr
Emailr is an email infrastructure platform that lets you receive and send emails programmatically.
What your agent can do with Emailr
Triggers and actions 12 actions
- ActionAdd contact
Create a contact. POST /v1/contacts
- ActionAdd segment
Create a contact segment. POST /v1/segments
- ActionAdd template
Create an email template. POST /v1/templates
- ActionDelete contact
Delete a contact by ID. DELETE /v1/contacts/{id}
- ActionDelete segment
Delete a segment by ID. DELETE /v1/segments/{id}
- ActionDelete template
Delete a template by ID. DELETE /v1/templates/{id}
- ActionGet contact
Fetch a contact by ID. GET /v1/contacts/{id}
- ActionGet template
Fetch a template by ID. GET /v1/templates/{id}
- ActionList segments
List contact segments. GET /v1/segments
- ActionUpdate contact
Update a contact by ID. PUT /v1/contacts/{id}
- ActionUpdate segment
Update a segment by ID. PUT /v1/segments/{id}
- ActionUpdate template
Update a template by ID. PUT /v1/templates/{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 Emailr 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.