Autopilot (Ortto)
Marketing automation and customer journey platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api2.autopilothq.com/v1 | link | — | — | — |
Actions (43)
Accounts · 11
- Add contacts to an accountPUT /v1/accounts/contacts/add
Add one or more contacts to an account.
documented - Archive accountsPOST /v1/accounts/archive
Archive one or more accounts.
documented - Create account custom fieldPOST /v1/accounts/custom-field/create
Create a custom field for an account.
documented - Delete accountsPOST /v1/accounts/delete
Delete accounts.
documented - Merge accountsPOST /v1/accounts/merge
Create or update one or more accounts.
documented - Remove contacts from an accountPUT /v1/accounts/contacts/remove
Remove one or more contacts from an account.
documented - Restore archived accountsPUT /v1/accounts/restore
Restore archived accounts.
documented - Retrieve account custom fieldsPOST /v1/accounts/custom-field/get
Retrieve custom fields for an account.
documented - Retrieve accountsPOST /v1/accounts/get
Retrieve accounts.
documented - Retrieve accounts by IDsPOST /v1/accounts/get-by-ids
Retrieve accounts by IDs.
documented - Update account custom fieldPUT /v1/accounts/custom-field/update
Update a custom field for an account.
documented
People · 11
- Archive contactsPUT /v1/person/archive
Archive contacts.
documented - Create person custom fieldPOST /v1/person/custom-field/create
Create a custom field for a person.
documented - Delete contactsPOST /v1/person/delete
Delete contacts.
documented - Merge contactsPOST /v1/person/merge
Create or update one or more people.
documented - Restore archived contactsPUT /v1/person/restore
Restore archived contacts.
documented - Retrieve contact activitiesPOST /v1/person/get/activities
Retrieve activity feed for a given contact.
documented - Retrieve contact subscriptionsPOST /v1/person/subscriptions
Retrieve contact subscriptions.
documented - Retrieve contactsPOST /v1/person/get
Retrieve contacts.
documented - Retrieve contacts by IDsPOST /v1/person/get-by-ids
Retrieve contacts by IDs.
documented - Retrieve person custom fieldsPOST /v1/person/custom-field/get
Retrieve custom fields for a person.
documented - Update person custom fieldPUT /v1/person/custom-field/update
Update a custom field for a person.
documented
Activity · 3
- Create activity definitionPOST /v1/definitions/activity/create
Create a custom activity definition in Ortto.
documented - Delete activity definitionDELETE /v1/definitions/activity/delete
Delete a custom activity definition.
documented - Modify activity definitionPUT /v1/definitions/activity/modify
Modify an existing custom activity definition.
documented
Campaigns · 3
Transactional · 3
- Send a transactional SMSPOST /v1/transactional/send-sms
Send a transactional SMS via API.
documented - Send a transactional emailPOST /v1/transactional/send
Send a transactional email via API.
documented - Send a transactional push notificationPOST /v1/transactional/send-push
Send a transactional push notification via API.
documented