Autopilot
CRM & salesAPI keycredential probe
Add, update, look up and delete Autopilot contacts, and manage the contact lists they belong to, through the Autopilot v1 REST API.
OCNORA ships 8 typed Autopilot operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api2.autopilothq.com/v1 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Autopilot fires a REST Hook (contact added, updated, unsubscribed, or moved in or out of a list or segment).trigger.autopilot_event
Operations 8
- Add Contact To ListAdd an existing contact to a contact list. A contact already on the list comes back with not_modified set rather than as a failure.autopilot.add_contact_to_list
- Delete ContactPermanently delete a contact, removing them from every journey, segment and list. Autopilot cannot undo this.autopilot.delete_contact
- Get ContactRetrieve one contact record by its Autopilot id or email address.autopilot.get_contact
- List ContactsRead one page of every contact in the account. Autopilot returns 100 at a time plus a bookmark; feed that bookmark back in for the next page.autopilot.list_contacts
- List Contacts On ListRead one page of the contacts on a contact list. Paged by bookmark the same way the account-wide reader is; smart segments are not supported.autopilot.list_contacts_on_list
- List Contact ListsRetrieve every contact list in the account with its id and title.autopilot.list_lists
- Remove Contact From ListRemove a contact from a contact list. A contact that was not on the list comes back with not_modified set rather than as a failure.autopilot.remove_contact_from_list
- Add or Update ContactCreate a contact, or overwrite the existing one with the same email address. Autopilot has no separate update method: fields sent here replace what is stored, and this is also how a contact is added to a list on creation.autopilot.upsert_contact
Run your first Autopilot workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.