Tools
| Name | Description |
|---|---|
merge_peopleCreate or update people in Ortto. | Create or update people in Ortto. |
get_peopleRetrieve people from Ortto by filter or audience criteria. | Retrieve people from Ortto by filter or audience criteria. |
get_person_subscriptionsRetrieve subscription statuses for people in Ortto. | Retrieve subscription statuses for people in Ortto. |
archive_peopleArchive people in Ortto. | Archive people in Ortto. |
delete_peopleDelete people from Ortto. | Delete people from Ortto. |
create_activitiesCreate custom activity events in Ortto. | Create custom activity events in Ortto. |
get_audiencesRetrieve Ortto audience information. | Retrieve Ortto audience information. |
subscribe_to_audienceSubscribe people to an Ortto audience. | Subscribe people to an Ortto audience. |
get_campaign_calendarRetrieve Ortto campaigns sent in a time period. | Retrieve Ortto campaigns sent in a time period. |
get_tagsRetrieve Ortto tags. | Retrieve Ortto tags. |
send_transactional_emailSend an Ortto transactional email. | Send an Ortto transactional email. |
custom_api_callMake a custom call to the Ortto API. | Make a custom call to the Ortto API. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('ortto', 'merge_people', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'ortto',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Ortto to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Ortto support?
Ortto supports 12 tools including Create or Update People, Get People, Get Person Subscriptions, Archive People, Delete People, and more.
Can I use Ortto with AI agents?
Yes. Add Ortto to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Ortto be used in stateful agent workflows?
Yes. Agents can combine Ortto tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Ortto use?
Ortto uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Ortto integration cost?
The Ortto integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Ortto in minutes
Get 20,000 free action executions every month. No credit card required.