App
systeme.io
Systeme.io allows you to build sales funnels, send emails and automate your entire business.
What your agent can do with systeme.io
Triggers and actions 1 trigger · 10 actions
- TriggerNew Tag Added to Contact
Triggers when a tag is added to contact.
- ActionAdd digital product
Create a new payment Digital Product resource. POST /api/payment/digital-products
- ActionAdd tag to contact
Assign an existing Tag to a Contact by id (distinct from create-or-update-with-tags). POST /api/contacts/{id}/tags
- ActionCreate or Update a Contact, Including Adding Tags
Creates a contact in systeme.io, or updates the existing contact with that email address, and applies any tags you list.
- ActionDelete contact
Remove a Contact resource by id. DELETE /api/contacts/{id}
- ActionFind contacts by email
Search Contact resources filtered by email address. GET /api/contacts?email=
- ActionGet contact
Retrieve a single Contact resource by id. GET /api/contacts/{id}
- ActionList contacts
Retrieve the collection of Contact resources, paginated. GET /api/contacts
- ActionList digital products
Retrieve the collection of payment Digital Product resources. GET /api/payment/digital-products
- ActionList tags
Retrieve the collection of Tag resources. GET /api/tags
- ActionRemove Tag
Removes tag from a contact
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 systeme.io 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.