Open Connector
All tools

Outreach

No catalog description yet.

outreachv1.0.0252 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "OUTREACH_DELETE_ACCOUNT_NOTES_ID",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("OUTREACH_DELETE_ACCOUNT_NOTES_ID", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute OUTREACH_DELETE_ACCOUNT_NOTES_ID --data '{ }'

Tool catalog

Available tools

252 callable operations

Delete an Existing Account Note by IDOUTREACH_DELETE_ACCOUNT_NOTES_IDDelete an Existing Account Note by ID

Delete an Existing Account Note by ID

Authentication

Connected account required

Tags

Account Note
Delete an Existing Account by IDOUTREACH_DELETE_ACCOUNTS_IDDelete an Existing Account by ID

Delete an Existing Account by ID

Authentication

Connected account required

Tags

Account
Delete an Existing Call Disposition by IDOUTREACH_DELETE_CALL_DISPOSITIONS_IDDelete an Existing Call Disposition by ID

Delete an Existing Call Disposition by ID

Authentication

Connected account required

Tags

Call Disposition
Delete an Existing Call Purpose by IDOUTREACH_DELETE_CALL_PURPOSES_IDDelete an Existing Call Purpose by ID

Delete an Existing Call Purpose by ID

Authentication

Connected account required

Tags

Call Purpose
Delete an Existing Call by IDOUTREACH_DELETE_CALLS_IDDelete an Existing Call by ID

Delete an Existing Call by ID

Authentication

Connected account required

Tags

Call
Delete an Existing Content Category by IDOUTREACH_DELETE_CONTENT_CATEGORIES_IDDelete an Existing Content Category by ID

Delete an Existing Content Category by ID

Authentication

Connected account required

Tags

Content Category
Delete an Existing Content Category Membership by IDOUTREACH_DELETE_CONTENT_CATEGORY_MEMBERSHIPS_IDDelete an Existing Content Category Membership by ID

Delete an Existing Content Category Membership by ID

Authentication

Connected account required

Tags

Content Category Membership
Delete an Existing Content Category Ownership by IDOUTREACH_DELETE_CONTENT_CATEGORY_OWNERSHIPS_IDDelete an Existing Content Category Ownership by ID

Delete an Existing Content Category Ownership by ID

Authentication

Connected account required

Tags

Content Category Ownership
Delete an Existing Email Address by IDOUTREACH_DELETE_EMAIL_ADDRESSES_IDDelete an Existing Email Address by ID

Delete an Existing Email Address by ID

Authentication

Connected account required

Tags

Email Address
Delete an Existing Favorite by IDOUTREACH_DELETE_FAVORITES_IDDelete an Existing Favorite by ID

Delete an Existing Favorite by ID

Authentication

Connected account required

Tags

Favorite
Delete an Existing Mailbox by IDOUTREACH_DELETE_MAILBOXES_IDDelete an Existing Mailbox by ID

Delete an Existing Mailbox by ID

Authentication

Connected account required

Tags

Mailbox
Delete an Existing Opportunity by IDOUTREACH_DELETE_OPPORTUNITIES_IDDelete an Existing Opportunity by ID

Delete an Existing Opportunity by ID

Authentication

Connected account required

Tags

Opportunity
Delete an Existing Opportunity Prospect Role by IDOUTREACH_DELETE_OPPORTUNITY_PROSPECT_ROLES_IDDelete an Existing Opportunity Prospect Role by ID

Delete an Existing Opportunity Prospect Role by ID

Authentication

Connected account required

Tags

Opportunity Prospect Role
Delete an Existing Opportunity Stage by IDOUTREACH_DELETE_OPPORTUNITY_STAGES_IDDelete an Existing Opportunity Stage by ID

Delete an Existing Opportunity Stage by ID

Authentication

Connected account required

Tags

Opportunity Stage
Delete an Existing Persona by IDOUTREACH_DELETE_PERSONAS_IDDelete an Existing Persona by ID

Delete an Existing Persona by ID

Authentication

Connected account required

Tags

Persona
Delete an Existing Phone Number by IDOUTREACH_DELETE_PHONE_NUMBERS_IDDelete an Existing Phone Number by ID

Delete an Existing Phone Number by ID

Authentication

Connected account required

Tags

Phone Number
Delete an Existing Product by IDOUTREACH_DELETE_PRODUCTS_IDDelete an Existing Product by ID

Delete an Existing Product by ID

Authentication

Connected account required

Tags

Product
Delete an Existing Profile by IDOUTREACH_DELETE_PROFILES_IDDelete an Existing Profile by ID

Delete an Existing Profile by ID

Authentication

Connected account required

Tags

Profile
Delete an Existing Prospect Note by IDOUTREACH_DELETE_PROSPECT_NOTES_IDDelete an Existing Prospect Note by ID

Delete an Existing Prospect Note by ID

Authentication

Connected account required

Tags

Prospect Note
Delete an Existing Prospect by IDOUTREACH_DELETE_PROSPECTS_IDDelete an Existing Prospect by ID

Delete an Existing Prospect by ID

Authentication

Connected account required

Tags

Prospect
Delete an Existing Purchase by IDOUTREACH_DELETE_PURCHASES_IDDelete an Existing Purchase by ID

Delete an Existing Purchase by ID

Authentication

Connected account required

Tags

Purchase
Delete an Existing Recipient by IDOUTREACH_DELETE_RECIPIENTS_IDDelete an Existing Recipient by ID

Delete an Existing Recipient by ID

Authentication

Connected account required

Tags

Recipient
Delete an Existing Role by IDOUTREACH_DELETE_ROLES_IDDelete an Existing Role by ID

Delete an Existing Role by ID

Authentication

Connected account required

Tags

Role
Delete an Existing Ruleset by IDOUTREACH_DELETE_RULESETS_IDDelete an Existing Ruleset by ID

Delete an Existing Ruleset by ID

Authentication

Connected account required

Tags

Ruleset
Delete an Existing Sequence State by IDOUTREACH_DELETE_SEQUENCE_STATES_IDDelete an Existing Sequence State by ID

Delete an Existing Sequence State by ID

Authentication

Connected account required

Tags

Sequence State
Delete an Existing Sequence Template by IDOUTREACH_DELETE_SEQUENCE_TEMPLATES_IDDelete an Existing Sequence Template by ID

Delete an Existing Sequence Template by ID

Authentication

Connected account required

Tags

Sequence Template
Delete an Existing Sequence by IDOUTREACH_DELETE_SEQUENCES_IDDelete an Existing Sequence by ID

Delete an Existing Sequence by ID

Authentication

Connected account required

Tags

Sequence
Delete an Existing Snippet by IDOUTREACH_DELETE_SNIPPETS_IDDelete an Existing Snippet by ID

Delete an Existing Snippet by ID

Authentication

Connected account required

Tags

Snippet
Delete an Existing Stage by IDOUTREACH_DELETE_STAGES_IDDelete an Existing Stage by ID

Delete an Existing Stage by ID

Authentication

Connected account required

Tags

Stage
Delete an Existing Task Disposition by IDOUTREACH_DELETE_TASK_DISPOSITIONS_IDDelete an Existing Task Disposition by ID

Delete an Existing Task Disposition by ID

Authentication

Connected account required

Tags

Task Disposition
Delete an Existing Task Purpose by IDOUTREACH_DELETE_TASK_PURPOSES_IDDelete an Existing Task Purpose by ID

Delete an Existing Task Purpose by ID

Authentication

Connected account required

Tags

Task Purpose
Delete an Existing Task by IDOUTREACH_DELETE_TASKS_IDDelete an Existing Task by ID

Delete an Existing Task by ID

Authentication

Connected account required

Tags

Task
Delete an Existing Team by IDOUTREACH_DELETE_TEAMS_IDDelete an Existing Team by ID

Delete an Existing Team by ID

Authentication

Connected account required

Tags

Team
Delete an Existing Template by IDOUTREACH_DELETE_TEMPLATES_IDDelete an Existing Template by ID

Delete an Existing Template by ID

Authentication

Connected account required

Tags

Template
Delete an Existing Webhook by IDOUTREACH_DELETE_WEBHOOKS_IDDelete an Existing Webhook by ID

Delete an Existing Webhook by ID

Authentication

Connected account required

Tags

Webhook
Get a Collection of Account NotesOUTREACH_GET_ACCOUNT_NOTESGet a Collection of Account Notes

Get a Collection of Account Notes

Authentication

Connected account required

Tags

Account Note
Get an Account Note by IDOUTREACH_GET_ACCOUNT_NOTES_IDGet an Account Note by ID

Get an Account Note by ID

Authentication

Connected account required

Tags

Account Note
Get a Collection of AccountsOUTREACH_GET_ACCOUNTSGet a Collection of Accounts

Get a Collection of Accounts

Authentication

Connected account required

Tags

Account
Get an Account by IDOUTREACH_GET_ACCOUNTS_IDGet an Account by ID

Get an Account by ID

Authentication

Connected account required

Tags

Account
Get a Collection of Audit LogsOUTREACH_GET_AUDIT_LOGSGet a Collection of Audit Logs

Get a Collection of Audit Logs

Authentication

Connected account required

Tags

Audit Log
Get a Collection of Batch ItemsOUTREACH_GET_BATCH_ITEMSGet a Collection of Batch Items

Get a Collection of Batch Items

Authentication

Connected account required

Tags

Batch Item
Get a Batch Item by IDOUTREACH_GET_BATCH_ITEMS_IDGet a Batch Item by ID

Get a Batch Item by ID

Authentication

Connected account required

Tags

Batch Item
Get a Collection of BatchesOUTREACH_GET_BATCHESGet a Collection of Batches

Get a Collection of Batches

Authentication

Connected account required

Tags

Batch
Get a Batch by IDOUTREACH_GET_BATCHES_IDGet a Batch by ID

Get a Batch by ID

Authentication

Connected account required

Tags

Batch
Get a Collection of Call DispositionsOUTREACH_GET_CALL_DISPOSITIONSGet a Collection of Call Dispositions

Get a Collection of Call Dispositions

Authentication

Connected account required

Tags

Call Disposition
Get a Call Disposition by IDOUTREACH_GET_CALL_DISPOSITIONS_IDGet a Call Disposition by ID

Get a Call Disposition by ID

Authentication

Connected account required

Tags

Call Disposition
Get a Collection of Call PurposesOUTREACH_GET_CALL_PURPOSESGet a Collection of Call Purposes

Get a Collection of Call Purposes

Authentication

Connected account required

Tags

Call Purpose
Get a Call Purpose by IDOUTREACH_GET_CALL_PURPOSES_IDGet a Call Purpose by ID

Get a Call Purpose by ID

Authentication

Connected account required

Tags

Call Purpose
Get a Collection of CallsOUTREACH_GET_CALLSGet a Collection of Calls

Get a Collection of Calls

Authentication

Connected account required

Tags

Call
Get a Call by IDOUTREACH_GET_CALLS_IDGet a Call by ID

Get a Call by ID

Authentication

Connected account required

Tags

Call
Get a Collection of Compliance RequestsOUTREACH_GET_COMPLIANCE_REQUESTSGet a Collection of Compliance Requests

Get a Collection of Compliance Requests

Authentication

Connected account required

Tags

Compliance Request
Get a Compliance Request by IDOUTREACH_GET_COMPLIANCE_REQUESTS_IDGet a Compliance Request by ID

Get a Compliance Request by ID

Authentication

Connected account required

Tags

Compliance Request
Get a Collection of Content CategoriesOUTREACH_GET_CONTENT_CATEGORIESGet a Collection of Content Categories

Get a Collection of Content Categories

Authentication

Connected account required

Tags

Content Category
Get a Content Category by IDOUTREACH_GET_CONTENT_CATEGORIES_IDGet a Content Category by ID

Get a Content Category by ID

Authentication

Connected account required

Tags

Content Category
Get a Collection of Content Category MembershipsOUTREACH_GET_CONTENT_CATEGORY_MEMBERSHIPSGet a Collection of Content Category Memberships

Get a Collection of Content Category Memberships

Authentication

Connected account required

Tags

Content Category Membership
Get a Content Category Membership by IDOUTREACH_GET_CONTENT_CATEGORY_MEMBERSHIPS_IDGet a Content Category Membership by ID

Get a Content Category Membership by ID

Authentication

Connected account required

Tags

Content Category Membership
Get a Collection of Content Category OwnershipsOUTREACH_GET_CONTENT_CATEGORY_OWNERSHIPSGet a Collection of Content Category Ownerships

Get a Collection of Content Category Ownerships

Authentication

Connected account required

Tags

Content Category Ownership
Get a Collection of DutiesOUTREACH_GET_DUTIESGet a Collection of Duties

Get a Collection of Duties

Authentication

Connected account required

Tags

Duty
Get a Collection of Email AddressesOUTREACH_GET_EMAIL_ADDRESSESGet a Collection of Email Addresses

Get a Collection of Email Addresses

Authentication

Connected account required

Tags

Email Address
Get an Email Address by IDOUTREACH_GET_EMAIL_ADDRESSES_IDGet an Email Address by ID

Get an Email Address by ID

Authentication

Connected account required

Tags

Email Address
Get a Collection of EventsOUTREACH_GET_EVENTSGet a Collection of Events

Get a Collection of Events

Authentication

Connected account required

Tags

Event
Get an Event by IDOUTREACH_GET_EVENTS_IDGet an Event by ID

Get an Event by ID

Authentication

Connected account required

Tags

Event
Get a Collection of FavoritesOUTREACH_GET_FAVORITESGet a Collection of Favorites

Get a Collection of Favorites

Authentication

Connected account required

Tags

Favorite
Get a Favorite by IDOUTREACH_GET_FAVORITES_IDGet a Favorite by ID

Get a Favorite by ID

Authentication

Connected account required

Tags

Favorite
Get an Import by IDOUTREACH_GET_IMPORTS_IDGet an Import by ID

Get an Import by ID

Authentication

Connected account required

Tags

Import
Get a Collection of Kaia RecordingsOUTREACH_GET_KAIA_RECORDINGSGet a Collection of Kaia Recordings

Get a Collection of Kaia Recordings

Authentication

Connected account required

Tags

Kaia Recording
Get a Kaia Recording by IDOUTREACH_GET_KAIA_RECORDINGS_IDGet a Kaia Recording by ID

Get a Kaia Recording by ID

Authentication

Connected account required

Tags

Kaia Recording
Get a Collection of Mail AliasesOUTREACH_GET_MAIL_ALIASESGet a Collection of Mail Aliases

Get a Collection of Mail Aliases

Authentication

Connected account required

Tags

Mail Alias
Get a Mail Alias by IDOUTREACH_GET_MAIL_ALIASES_IDGet a Mail Alias by ID

Get a Mail Alias by ID

Authentication

Connected account required

Tags

Mail Alias
Get a Collection of MailboxesOUTREACH_GET_MAILBOXESGet a Collection of Mailboxes

Get a Collection of Mailboxes

Authentication

Connected account required

Tags

Mailbox
Get a Mailbox by IDOUTREACH_GET_MAILBOXES_IDGet a Mailbox by ID

Get a Mailbox by ID

Authentication

Connected account required

Tags

Mailbox
Get a Collection of MailingsOUTREACH_GET_MAILINGSGet a Collection of Mailings

Get a Collection of Mailings

Authentication

Connected account required

Tags

Mailing
Get a Mailing by IDOUTREACH_GET_MAILINGS_IDGet a Mailing by ID

Get a Mailing by ID

Authentication

Connected account required

Tags

Mailing
Get a Collection of OpportunitiesOUTREACH_GET_OPPORTUNITIESGet a Collection of Opportunities

Get a Collection of Opportunities

Authentication

Connected account required

Tags

Opportunity
Get an Opportunity by IDOUTREACH_GET_OPPORTUNITIES_IDGet an Opportunity by ID

Get an Opportunity by ID

Authentication

Connected account required

Tags

Opportunity
Get a Collection of Opportunity Prospect RolesOUTREACH_GET_OPPORTUNITY_PROSPECT_ROLESGet a Collection of Opportunity Prospect Roles

Get a Collection of Opportunity Prospect Roles

Authentication

Connected account required

Tags

Opportunity Prospect Role
Get an Opportunity Prospect Role by IDOUTREACH_GET_OPPORTUNITY_PROSPECT_ROLES_IDGet an Opportunity Prospect Role by ID

Get an Opportunity Prospect Role by ID

Authentication

Connected account required

Tags

Opportunity Prospect Role
Get a Collection of Opportunity StagesOUTREACH_GET_OPPORTUNITY_STAGESGet a Collection of Opportunity Stages

Get a Collection of Opportunity Stages

Authentication

Connected account required

Tags

Opportunity Stage
Get an Opportunity Stage by IDOUTREACH_GET_OPPORTUNITY_STAGES_IDGet an Opportunity Stage by ID

Get an Opportunity Stage by ID

Authentication

Connected account required

Tags

Opportunity Stage
Get an Org Setting by IDOUTREACH_GET_ORG_SETTINGS_IDGet an Org Setting by ID

Get an Org Setting by ID

Authentication

Connected account required

Tags

Org Setting
Get a Collection of PersonasOUTREACH_GET_PERSONASGet a Collection of Personas

Get a Collection of Personas

Authentication

Connected account required

Tags

Persona
Get a Persona by IDOUTREACH_GET_PERSONAS_IDGet a Persona by ID

Get a Persona by ID

Authentication

Connected account required

Tags

Persona
Get a Collection of Phone NumbersOUTREACH_GET_PHONE_NUMBERSGet a Collection of Phone Numbers

Get a Collection of Phone Numbers

Authentication

Connected account required

Tags

Phone Number
Get a Phone Number by IDOUTREACH_GET_PHONE_NUMBERS_IDGet a Phone Number by ID

Get a Phone Number by ID

Authentication

Connected account required

Tags

Phone Number
Get a Collection of ProductsOUTREACH_GET_PRODUCTSGet a Collection of Products

Get a Collection of Products

Authentication

Connected account required

Tags

Product
Get a Product by IDOUTREACH_GET_PRODUCTS_IDGet a Product by ID

Get a Product by ID

Authentication

Connected account required

Tags

Product
Get a Collection of ProfilesOUTREACH_GET_PROFILESGet a Collection of Profiles

Get a Collection of Profiles

Authentication

Connected account required

Tags

Profile
Get a Profile by IDOUTREACH_GET_PROFILES_IDGet a Profile by ID

Get a Profile by ID

Authentication

Connected account required

Tags

Profile
Get a Collection of Prospect NotesOUTREACH_GET_PROSPECT_NOTESGet a Collection of Prospect Notes

Get a Collection of Prospect Notes

Authentication

Connected account required

Tags

Prospect Note
Get a Prospect Note by IDOUTREACH_GET_PROSPECT_NOTES_IDGet a Prospect Note by ID

Get a Prospect Note by ID

Authentication

Connected account required

Tags

Prospect Note
Get a Collection of ProspectsOUTREACH_GET_PROSPECTSGet a Collection of Prospects

Get a Collection of Prospects

Authentication

Connected account required

Tags

Prospect
Get a Prospect by IDOUTREACH_GET_PROSPECTS_IDGet a Prospect by ID

Get a Prospect by ID

Authentication

Connected account required

Tags

Prospect
Get a Collection of PurchasesOUTREACH_GET_PURCHASESGet a Collection of Purchases

Get a Collection of Purchases

Authentication

Connected account required

Tags

Purchase
Get a Purchase by IDOUTREACH_GET_PURCHASES_IDGet a Purchase by ID

Get a Purchase by ID

Authentication

Connected account required

Tags

Purchase
Get a Collection of RecipientsOUTREACH_GET_RECIPIENTSGet a Collection of Recipients

Get a Collection of Recipients

Authentication

Connected account required

Tags

Recipient
Get a Recipient by IDOUTREACH_GET_RECIPIENTS_IDGet a Recipient by ID

Get a Recipient by ID

Authentication

Connected account required

Tags

Recipient
Get a Collection of RolesOUTREACH_GET_ROLESGet a Collection of Roles

Get a Collection of Roles

Authentication

Connected account required

Tags

Role
Get a Role by IDOUTREACH_GET_ROLES_IDGet a Role by ID

Get a Role by ID

Authentication

Connected account required

Tags

Role
Get a Collection of RulesetsOUTREACH_GET_RULESETSGet a Collection of Rulesets

Get a Collection of Rulesets

Authentication

Connected account required

Tags

Ruleset
Get a Ruleset by IDOUTREACH_GET_RULESETS_IDGet a Ruleset by ID

Get a Ruleset by ID

Authentication

Connected account required

Tags

Ruleset
Get a Collection of Sequence StatesOUTREACH_GET_SEQUENCE_STATESGet a Collection of Sequence States

Get a Collection of Sequence States

Authentication

Connected account required

Tags

Sequence State
Get a Sequence State by IDOUTREACH_GET_SEQUENCE_STATES_IDGet a Sequence State by ID

Get a Sequence State by ID

Authentication

Connected account required

Tags

Sequence State
Get a Collection of Sequence StepsOUTREACH_GET_SEQUENCE_STEPSGet a Collection of Sequence Steps

Get a Collection of Sequence Steps

Authentication

Connected account required

Tags

Sequence Step
Get a Sequence Step by IDOUTREACH_GET_SEQUENCE_STEPS_IDGet a Sequence Step by ID

Get a Sequence Step by ID

Authentication

Connected account required

Tags

Sequence Step
Get a Collection of Sequence TemplatesOUTREACH_GET_SEQUENCE_TEMPLATESGet a Collection of Sequence Templates

Get a Collection of Sequence Templates

Authentication

Connected account required

Tags

Sequence Template
Get a Sequence Template by IDOUTREACH_GET_SEQUENCE_TEMPLATES_IDGet a Sequence Template by ID

Get a Sequence Template by ID

Authentication

Connected account required

Tags

Sequence Template
Get a Collection of SequencesOUTREACH_GET_SEQUENCESGet a Collection of Sequences

Get a Collection of Sequences

Authentication

Connected account required

Tags

Sequence
Get a Sequence by IDOUTREACH_GET_SEQUENCES_IDGet a Sequence by ID

Get a Sequence by ID

Authentication

Connected account required

Tags

Sequence
Get a Collection of SnippetsOUTREACH_GET_SNIPPETSGet a Collection of Snippets

Get a Collection of Snippets

Authentication

Connected account required

Tags

Snippet
Get a Snippet by IDOUTREACH_GET_SNIPPETS_IDGet a Snippet by ID

Get a Snippet by ID

Authentication

Connected account required

Tags

Snippet
Get a Collection of StagesOUTREACH_GET_STAGESGet a Collection of Stages

Get a Collection of Stages

Authentication

Connected account required

Tags

Stage
Get a Stage by IDOUTREACH_GET_STAGES_IDGet a Stage by ID

Get a Stage by ID

Authentication

Connected account required

Tags

Stage
Get a Collection of Task DispositionsOUTREACH_GET_TASK_DISPOSITIONSGet a Collection of Task Dispositions

Get a Collection of Task Dispositions

Authentication

Connected account required

Tags

Task Disposition
Get a Task Disposition by IDOUTREACH_GET_TASK_DISPOSITIONS_IDGet a Task Disposition by ID

Get a Task Disposition by ID

Authentication

Connected account required

Tags

Task Disposition
Get a Collection of Task PrioritiesOUTREACH_GET_TASK_PRIORITIESGet a Collection of Task Priorities

Get a Collection of Task Priorities

Authentication

Connected account required

Tags

Task Priority
Get a Task Priority by IDOUTREACH_GET_TASK_PRIORITIES_IDGet a Task Priority by ID

Get a Task Priority by ID

Authentication

Connected account required

Tags

Task Priority
Get a Collection of Task PurposesOUTREACH_GET_TASK_PURPOSESGet a Collection of Task Purposes

Get a Collection of Task Purposes

Authentication

Connected account required

Tags

Task Purpose
Get a Task Purpose by IDOUTREACH_GET_TASK_PURPOSES_IDGet a Task Purpose by ID

Get a Task Purpose by ID

Authentication

Connected account required

Tags

Task Purpose
Get a Collection of TasksOUTREACH_GET_TASKSGet a Collection of Tasks

Get a Collection of Tasks

Authentication

Connected account required

Tags

Task
Get a Task by IDOUTREACH_GET_TASKS_IDGet a Task by ID

Get a Task by ID

Authentication

Connected account required

Tags

Task
Get a Collection of TeamsOUTREACH_GET_TEAMSGet a Collection of Teams

Get a Collection of Teams

Authentication

Connected account required

Tags

Team
Get a Team by IDOUTREACH_GET_TEAMS_IDGet a Team by ID

Get a Team by ID

Authentication

Connected account required

Tags

Team
Get a Collection of TemplatesOUTREACH_GET_TEMPLATESGet a Collection of Templates

Get a Collection of Templates

Authentication

Connected account required

Tags

Template
Get a Template by IDOUTREACH_GET_TEMPLATES_IDGet a Template by ID

Get a Template by ID

Authentication

Connected account required

Tags

Template
Get a Collection of UsersOUTREACH_GET_USERSGet a Collection of Users

Get a Collection of Users

Authentication

Connected account required

Tags

User
Get a User by IDOUTREACH_GET_USERS_IDGet a User by ID

Get a User by ID

Authentication

Connected account required

Tags

User
Get a Collection of WebhooksOUTREACH_GET_WEBHOOKSGet a Collection of Webhooks

Get a Collection of Webhooks

Authentication

Connected account required

Tags

Webhook
Get a Webhook by IDOUTREACH_GET_WEBHOOKS_IDGet a Webhook by ID

Get a Webhook by ID

Authentication

Connected account required

Tags

Webhook
Update an Account NoteOUTREACH_PATCH_ACCOUNT_NOTES_IDUpdate an Account Note

Update an Account Note

Authentication

Connected account required

Tags

Account Note
Update an AccountOUTREACH_PATCH_ACCOUNTS_IDUpdate an Account

Update an Account

Authentication

Connected account required

Tags

Account
Update a Call DispositionOUTREACH_PATCH_CALL_DISPOSITIONS_IDUpdate a Call Disposition

Update a Call Disposition

Authentication

Connected account required

Tags

Call Disposition
Update a Call PurposeOUTREACH_PATCH_CALL_PURPOSES_IDUpdate a Call Purpose

Update a Call Purpose

Authentication

Connected account required

Tags

Call Purpose
Update a Content CategoryOUTREACH_PATCH_CONTENT_CATEGORIES_IDUpdate a Content Category

Update a Content Category

Authentication

Connected account required

Tags

Content Category
Update an Email AddressOUTREACH_PATCH_EMAIL_ADDRESSES_IDUpdate an Email Address

Update an Email Address

Authentication

Connected account required

Tags

Email Address
Update a MailboxOUTREACH_PATCH_MAILBOXES_IDUpdate a Mailbox

Update a Mailbox

Authentication

Connected account required

Tags

Mailbox
Update an OpportunityOUTREACH_PATCH_OPPORTUNITIES_IDUpdate an Opportunity

Update an Opportunity

Authentication

Connected account required

Tags

Opportunity
Update an Opportunity Prospect RoleOUTREACH_PATCH_OPPORTUNITY_PROSPECT_ROLES_IDUpdate an Opportunity Prospect Role

Update an Opportunity Prospect Role

Authentication

Connected account required

Tags

Opportunity Prospect Role
Update an Opportunity StageOUTREACH_PATCH_OPPORTUNITY_STAGES_IDUpdate an Opportunity Stage

Update an Opportunity Stage

Authentication

Connected account required

Tags

Opportunity Stage
Update an Org SettingOUTREACH_PATCH_ORG_SETTINGS_IDUpdate an Org Setting

Update an Org Setting

Authentication

Connected account required

Tags

Org Setting
Update a PersonaOUTREACH_PATCH_PERSONAS_IDUpdate a Persona

Update a Persona

Authentication

Connected account required

Tags

Persona
Update a Phone NumberOUTREACH_PATCH_PHONE_NUMBERS_IDUpdate a Phone Number

Update a Phone Number

Authentication

Connected account required

Tags

Phone Number
Update a ProductOUTREACH_PATCH_PRODUCTS_IDUpdate a Product

Update a Product

Authentication

Connected account required

Tags

Product
Update a ProfileOUTREACH_PATCH_PROFILES_IDUpdate a Profile

Update a Profile

Authentication

Connected account required

Tags

Profile
Update a Prospect NoteOUTREACH_PATCH_PROSPECT_NOTES_IDUpdate a Prospect Note

Update a Prospect Note

Authentication

Connected account required

Tags

Prospect Note
Update a ProspectOUTREACH_PATCH_PROSPECTS_IDUpdate a Prospect

Update a Prospect

Authentication

Connected account required

Tags

Prospect
Update a PurchaseOUTREACH_PATCH_PURCHASES_IDUpdate a Purchase

Update a Purchase

Authentication

Connected account required

Tags

Purchase
Update a RecipientOUTREACH_PATCH_RECIPIENTS_IDUpdate a Recipient

Update a Recipient

Authentication

Connected account required

Tags

Recipient
Update a RoleOUTREACH_PATCH_ROLES_IDUpdate a Role

Update a Role

Authentication

Connected account required

Tags

Role
Update a RulesetOUTREACH_PATCH_RULESETS_IDUpdate a Ruleset

Update a Ruleset

Authentication

Connected account required

Tags

Ruleset
Update a Sequence StepOUTREACH_PATCH_SEQUENCE_STEPS_IDUpdate a Sequence Step

Update a Sequence Step

Authentication

Connected account required

Tags

Sequence Step
Update a Sequence TemplateOUTREACH_PATCH_SEQUENCE_TEMPLATES_IDUpdate a Sequence Template

Update a Sequence Template

Authentication

Connected account required

Tags

Sequence Template
Update a SequenceOUTREACH_PATCH_SEQUENCES_IDUpdate a Sequence

Update a Sequence

Authentication

Connected account required

Tags

Sequence
Update a SnippetOUTREACH_PATCH_SNIPPETS_IDUpdate a Snippet

Update a Snippet

Authentication

Connected account required

Tags

Snippet
Update a StageOUTREACH_PATCH_STAGES_IDUpdate a Stage

Update a Stage

Authentication

Connected account required

Tags

Stage
Update a Task DispositionOUTREACH_PATCH_TASK_DISPOSITIONS_IDUpdate a Task Disposition

Update a Task Disposition

Authentication

Connected account required

Tags

Task Disposition
Update a Task PurposeOUTREACH_PATCH_TASK_PURPOSES_IDUpdate a Task Purpose

Update a Task Purpose

Authentication

Connected account required

Tags

Task Purpose
Update a TaskOUTREACH_PATCH_TASKS_IDUpdate a Task

Update a Task

Authentication

Connected account required

Tags

Task
Update a TeamOUTREACH_PATCH_TEAMS_IDUpdate a Team

Update a Team

Authentication

Connected account required

Tags

Team
Update a TemplateOUTREACH_PATCH_TEMPLATES_IDUpdate a Template

Update a Template

Authentication

Connected account required

Tags

Template
Update a UserOUTREACH_PATCH_USERS_IDUpdate a User

Update a User

Authentication

Connected account required

Tags

User
Update a WebhookOUTREACH_PATCH_WEBHOOKS_IDUpdate a Webhook

Update a Webhook

Authentication

Connected account required

Tags

Webhook
Create a New Account NoteOUTREACH_POST_ACCOUNT_NOTESCreate a New Account Note

Create a New Account Note

Authentication

Connected account required

Tags

Account Note
Create a New AccountOUTREACH_POST_ACCOUNTSCreate a New Account

Create a New Account

Authentication

Connected account required

Tags

Account
Account Add TagsOUTREACH_POST_BATCHES_ACTIONS_ACCOUNT_ADD_TAGS### Bulk Action Adds tags to the accounts targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

### Bulk Action Adds tags to the accounts targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Accounts Add AssignmentsOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_ADD_ASSIGNMENTS### Bulk Action Adds assignments to the accounts targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

### Bulk Action Adds assignments to the accounts targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Accounts Assign OwnerOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_ASSIGN_OWNER### Bulk Action assign an user with {ownerId} as owner to all the targeted accounts

### Bulk Action assign an user with {ownerId} as owner to all the targeted accounts

Authentication

Connected account required

Tags

Batch
Accounts Bulk ModifyOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_BULK_MODIFY### Bulk Action Modifies the accounts targeted by the query parameters (default: ALL) using the {field: value, ...} pairs passed in request body. Alternative request body for a single field modification is also supported: ``` { "data": { "attributes": { "fieldName": "string", "fieldValue": "string", "ids": [0] } }, "type": "string" } ```

### Bulk Action Modifies the accounts targeted by the query parameters (default: ALL) using the {field: value, ...} pairs passed in request body. Alternative request body for a single field modification is also supported: ``` { "data": { "attributes": { "fieldName": "string", "fieldValue": "string", "ids": [0] } }, "type": "string" } ```

Authentication

Connected account required

Tags

Batch
Accounts Destroy AllOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_DESTROY_ALL### Bulk Action Deletes the accounts targeted by the query parameters (default: ALL)

### Bulk Action Deletes the accounts targeted by the query parameters (default: ALL)

Authentication

Connected account required

Tags

Batch
Accounts Remove All AssignmentsOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_REMOVE_ALL_ASSIGNMENTS### Bulk Action Removes all assignments from the accounts targeted by the query parameters (default: ALL)

### Bulk Action Removes all assignments from the accounts targeted by the query parameters (default: ALL)

Authentication

Connected account required

Tags

Batch
Accounts Remove AssignmentsOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_REMOVE_ASSIGNMENTS### Bulk Action Removes assignments from the accounts targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

### Bulk Action Removes assignments from the accounts targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Accounts Remove TagsOUTREACH_POST_BATCHES_ACTIONS_ACCOUNTS_REMOVE_TAGS### Bulk Action Removes tags from the accounts targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

### Bulk Action Removes tags from the accounts targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Custom Object Bulk DeleteOUTREACH_POST_BATCHES_ACTIONS_CUSTOM_OBJECT_BULK_DELETE### Bulk Action Action to delete custom objects of type selected by the query parameter {objectName}

### Bulk Action Action to delete custom objects of type selected by the query parameter {objectName}

Authentication

Connected account required

Tags

Batch
Custom Object Bulk ModifyOUTREACH_POST_BATCHES_ACTIONS_CUSTOM_OBJECT_BULK_MODIFY### Bulk Action Action to modify custom objects of type selected by the query parameter {objectName}

### Bulk Action Action to modify custom objects of type selected by the query parameter {objectName}

Authentication

Connected account required

Tags

Batch
Prospects Add AssignmentsOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ADD_ASSIGNMENTS### Bulk Action Adds assignments to the prospects targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

### Bulk Action Adds assignments to the prospects targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Prospects Add TagsOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ADD_TAGS### Bulk Action Adds tags to the prospects targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

### Bulk Action Adds tags to the prospects targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Prospects Add To SequenceOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ADD_TO_SEQUENCE### Bulk Action Add Prospects To Sequence

### Bulk Action Add Prospects To Sequence

Authentication

Connected account required

Tags

Batch
Prospects Assign AccountOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ASSIGN_ACCOUNT### Bulk Action Sets the account to the prospects targeted by the query parameters (default: ALL) using the {accountId} which specifies the account to add to the prospects

### Bulk Action Sets the account to the prospects targeted by the query parameters (default: ALL) using the {accountId} which specifies the account to add to the prospects

Authentication

Connected account required

Tags

Batch
Prospects Assign OpportunityOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ASSIGN_OPPORTUNITY### Bulk Action Sets the opportunity to the prospects targeted by the query parameters (default: ALL) using the {opportunityId} which specifies the account to add to the prospects

### Bulk Action Sets the opportunity to the prospects targeted by the query parameters (default: ALL) using the {opportunityId} which specifies the account to add to the prospects

Authentication

Connected account required

Tags

Batch
Prospects Assign OwnerOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_ASSIGN_OWNER### Bulk Action assign an user with {ownerId} as owner to all the targeted prospects

### Bulk Action assign an user with {ownerId} as owner to all the targeted prospects

Authentication

Connected account required

Tags

Batch
Prospects Bulk ModifyOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_BULK_MODIFY### Bulk Action Modifies the prospects targeted by the query parameters (default: ALL) using the {field: value, ...} pairs passed in request body Alternative request body for a single field modification is also supported: ``` { "data": { "attributes": { "fieldName": "string", "fieldValue": "string", "ids": [0] } }, "type": "string" } ```

### Bulk Action Modifies the prospects targeted by the query parameters (default: ALL) using the {field: value, ...} pairs passed in request body Alternative request body for a single field modification is also supported: ``` { "data": { "attributes": { "fieldName": "string", "fieldValue": "string", "ids": [0] } }, "type": "string" } ```

Authentication

Connected account required

Tags

Batch
Prospects Destroy AllOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_DESTROY_ALL### Bulk Action Deletes the prospects targeted by the query parameters (default: ALL)

### Bulk Action Deletes the prospects targeted by the query parameters (default: ALL)

Authentication

Connected account required

Tags

Batch
Prospects Finish AllOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_FINISH_ALL### Bulk Action For all prospects targeted by the query parameters (default: ALL), attempt to finish the associated prospect sequence

### Bulk Action For all prospects targeted by the query parameters (default: ALL), attempt to finish the associated prospect sequence

Authentication

Connected account required

Tags

Batch
Prospects Pause AllOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_PAUSE_ALL### Bulk Action For all prospects targeted by the query parameters (default: ALL), attempt to pause the associated prospect sequence

### Bulk Action For all prospects targeted by the query parameters (default: ALL), attempt to pause the associated prospect sequence

Authentication

Connected account required

Tags

Batch
Prospects Remove All AssignmentsOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_REMOVE_ALL_ASSIGNMENTS### Bulk Action Removes all assignments from the prospects targeted by the query parameters (default: ALL)

### Bulk Action Removes all assignments from the prospects targeted by the query parameters (default: ALL)

Authentication

Connected account required

Tags

Batch
Prospects Remove AssignmentsOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_REMOVE_ASSIGNMENTS### Bulk Action Removes assignments from the prospects targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

### Bulk Action Removes assignments from the prospects targeted by the query parameters (default: ALL) using the {userIds} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
Prospects Remove TagsOUTREACH_POST_BATCHES_ACTIONS_PROSPECTS_REMOVE_TAGS### Bulk Action Removes tags from the prospects targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

### Bulk Action Removes tags from the prospects targeted by the query parameters (default: ALL) using the {tags} array of strings passed in request body

Authentication

Connected account required

Tags

Batch
CancelOUTREACH_POST_BATCHES_ID_ACTIONS_CANCEL### Member Action Action to call to cancel the batch

### Member Action Action to call to cancel the batch

Authentication

Connected account required

Tags

Batch
ConfirmOUTREACH_POST_BATCHES_ID_ACTIONS_CONFIRM### Member Action Action to call to confirm the batch

### Member Action Action to call to confirm the batch

Authentication

Connected account required

Tags

Batch
Create a New Call DispositionOUTREACH_POST_CALL_DISPOSITIONSCreate a New Call Disposition

Create a New Call Disposition

Authentication

Connected account required

Tags

Call Disposition
Create a New Call PurposeOUTREACH_POST_CALL_PURPOSESCreate a New Call Purpose

Create a New Call Purpose

Authentication

Connected account required

Tags

Call Purpose
Create a New CallOUTREACH_POST_CALLSCreate a New Call

Create a New Call

Authentication

Connected account required

Tags

Call
Create a New Compliance RequestOUTREACH_POST_COMPLIANCE_REQUESTSThis is a non-standard case please read [this section](/api/common-patterns/#create-compliance-requests)

This is a non-standard case please read [this section](/api/common-patterns/#create-compliance-requests)

Authentication

Connected account required

Tags

Compliance Request
Create a New Content CategoryOUTREACH_POST_CONTENT_CATEGORIESCreate a New Content Category

Create a New Content Category

Authentication

Connected account required

Tags

Content Category
Create a New Content Category MembershipOUTREACH_POST_CONTENT_CATEGORY_MEMBERSHIPSCreate a New Content Category Membership

Create a New Content Category Membership

Authentication

Connected account required

Tags

Content Category Membership
Create a New Content Category OwnershipOUTREACH_POST_CONTENT_CATEGORY_OWNERSHIPSCreate a New Content Category Ownership

Create a New Content Category Ownership

Authentication

Connected account required

Tags

Content Category Ownership
Create a New Email AddressOUTREACH_POST_EMAIL_ADDRESSESCreate a New Email Address

Create a New Email Address

Authentication

Connected account required

Tags

Email Address
Create a New FavoriteOUTREACH_POST_FAVORITESCreate a New Favorite

Create a New Favorite

Authentication

Connected account required

Tags

Favorite
Accounts ImportOUTREACH_POST_IMPORTS_ACTIONS_ACCOUNTS_IMPORT### Import Action This is the action to import an uploaded file into account's table. Accounts have `customId` as a unique field. If you upload a file with unique fields that already exist in Outreach database, the dupe method will be applied.

### Import Action This is the action to import an uploaded file into account's table. Accounts have `customId` as a unique field. If you upload a file with unique fields that already exist in Outreach database, the dupe method will be applied.

Authentication

Connected account required

Tags

Import
Bulk UpsertOUTREACH_POST_IMPORTS_ACTIONS_BULK_UPSERT### Import Action This is the action to sync multiple API v2 objects to Outreach tablesBulk upsert uses a record's `data.id` attribute to determine uniqueness.The provided dupe method will be applied during processing of records that already exist in Outreach.

### Import Action This is the action to sync multiple API v2 objects to Outreach tablesBulk upsert uses a record's `data.id` attribute to determine uniqueness.The provided dupe method will be applied during processing of records that already exist in Outreach.

Authentication

Connected account required

Tags

Import
Custom Object Bulk UpsertOUTREACH_POST_IMPORTS_ACTIONS_CUSTOM_OBJECT_BULK_UPSERT### Import Action This is the action to upsert records of a custom object. Bulk upsert uses a record's `data.id` attribute to determine uniqueness. The provided dupe method will be applied during processing of records that already exist in Outreach.

### Import Action This is the action to upsert records of a custom object. Bulk upsert uses a record's `data.id` attribute to determine uniqueness. The provided dupe method will be applied during processing of records that already exist in Outreach.

Authentication

Connected account required

Tags

Import
Generate Upload LinkOUTREACH_POST_IMPORTS_ACTIONS_GENERATE_UPLOAD_LINK### Upload Action Generates a link, an URL at which the file should be uploaded, and a storage key, a reference for the upload

### Upload Action Generates a link, an URL at which the file should be uploaded, and a storage key, a reference for the upload

Authentication

Connected account required

Tags

Import
Prospects ImportOUTREACH_POST_IMPORTS_ACTIONS_PROSPECTS_IMPORT### Import Action This is the action to import an uploaded file into prospect's table Prospects have `externalId` as a unique field. If you upload a file with unique fields that already exist in Outreach database, the dupe method will be applied.

### Import Action This is the action to import an uploaded file into prospect's table Prospects have `externalId` as a unique field. If you upload a file with unique fields that already exist in Outreach database, the dupe method will be applied.

Authentication

Connected account required

Tags

Import
Validate UploadOUTREACH_POST_IMPORTS_ACTIONS_VALIDATE_UPLOAD### Validate Upload Action Validates the uploaded file

### Validate Upload Action Validates the uploaded file

Authentication

Connected account required

Tags

Import
Create a New Kaia Voice ImportOUTREACH_POST_KAIA_VOICE_IMPORTSCreate a New Kaia Voice Import

Create a New Kaia Voice Import

Authentication

Connected account required

Tags

Kaia Voice Import
Create a New MailboxOUTREACH_POST_MAILBOXESCreate a New Mailbox

Create a New Mailbox

Authentication

Connected account required

Tags

Mailbox
Link Ews Master AccountOUTREACH_POST_MAILBOXES_ID_ACTIONS_LINK_EWS_MASTER_ACCOUNT### Member Action Link mailbox with EWS master account

### Member Action Link mailbox with EWS master account

Authentication

Connected account required

Tags

Mailbox
Test SendOUTREACH_POST_MAILBOXES_ID_ACTIONS_TEST_SEND### Member Action Test if sending emails works from this mailbox.

### Member Action Test if sending emails works from this mailbox.

Authentication

Connected account required

Tags

Mailbox
Test SyncOUTREACH_POST_MAILBOXES_ID_ACTIONS_TEST_SYNC### Member Action Test if syncing emails works from this mailbox.

### Member Action Test if syncing emails works from this mailbox.

Authentication

Connected account required

Tags

Mailbox
Unlink Ews Master AccountOUTREACH_POST_MAILBOXES_ID_ACTIONS_UNLINK_EWS_MASTER_ACCOUNT### Member Action Unlink EWS master account from mailbox

### Member Action Unlink EWS master account from mailbox

Authentication

Connected account required

Tags

Mailbox
Create a New MailingOUTREACH_POST_MAILINGSCreate a New Mailing

Create a New Mailing

Authentication

Connected account required

Tags

Mailing
Create a New OpportunityOUTREACH_POST_OPPORTUNITIESCreate a New Opportunity

Create a New Opportunity

Authentication

Connected account required

Tags

Opportunity
Create a New Opportunity Prospect RoleOUTREACH_POST_OPPORTUNITY_PROSPECT_ROLESCreate a New Opportunity Prospect Role

Create a New Opportunity Prospect Role

Authentication

Connected account required

Tags

Opportunity Prospect Role
Create a New Opportunity StageOUTREACH_POST_OPPORTUNITY_STAGESCreate a New Opportunity Stage

Create a New Opportunity Stage

Authentication

Connected account required

Tags

Opportunity Stage
Create a New PersonaOUTREACH_POST_PERSONASCreate a New Persona

Create a New Persona

Authentication

Connected account required

Tags

Persona
Create a New Phone NumberOUTREACH_POST_PHONE_NUMBERSCreate a New Phone Number

Create a New Phone Number

Authentication

Connected account required

Tags

Phone Number
Create a New ProductOUTREACH_POST_PRODUCTSCreate a New Product

Create a New Product

Authentication

Connected account required

Tags

Product
Create a New ProfileOUTREACH_POST_PROFILESCreate a New Profile

Create a New Profile

Authentication

Connected account required

Tags

Profile
Create a New Prospect NoteOUTREACH_POST_PROSPECT_NOTESCreate a New Prospect Note

Create a New Prospect Note

Authentication

Connected account required

Tags

Prospect Note
Create a New ProspectOUTREACH_POST_PROSPECTSCreate a New Prospect

Create a New Prospect

Authentication

Connected account required

Tags

Prospect
Create a New PurchaseOUTREACH_POST_PURCHASESCreate a New Purchase

Create a New Purchase

Authentication

Connected account required

Tags

Purchase
Create a New RecipientOUTREACH_POST_RECIPIENTSCreate a New Recipient

Create a New Recipient

Authentication

Connected account required

Tags

Recipient
Create a New RoleOUTREACH_POST_ROLESCreate a New Role

Create a New Role

Authentication

Connected account required

Tags

Role
Create a New RulesetOUTREACH_POST_RULESETSCreate a New Ruleset

Create a New Ruleset

Authentication

Connected account required

Tags

Ruleset
Create a New Sequence StateOUTREACH_POST_SEQUENCE_STATESCreate a New Sequence State

Create a New Sequence State

Authentication

Connected account required

Tags

Sequence State
FinishOUTREACH_POST_SEQUENCE_STATES_ID_ACTIONS_FINISH### Member Action Finishes an active sequence state.

### Member Action Finishes an active sequence state.

Authentication

Connected account required

Tags

Sequence State
PauseOUTREACH_POST_SEQUENCE_STATES_ID_ACTIONS_PAUSE### Member Action Pauses an active sequence state.

### Member Action Pauses an active sequence state.

Authentication

Connected account required

Tags

Sequence State
ResumeOUTREACH_POST_SEQUENCE_STATES_ID_ACTIONS_RESUME### Member Action Resumes a paused sequence state.

### Member Action Resumes a paused sequence state.

Authentication

Connected account required

Tags

Sequence State
Create a New Sequence StepOUTREACH_POST_SEQUENCE_STEPSCreate a New Sequence Step

Create a New Sequence Step

Authentication

Connected account required

Tags

Sequence Step
Create a New Sequence TemplateOUTREACH_POST_SEQUENCE_TEMPLATESCreate a New Sequence Template

Create a New Sequence Template

Authentication

Connected account required

Tags

Sequence Template
ActivateOUTREACH_POST_SEQUENCE_TEMPLATES_ID_ACTIONS_ACTIVATE### Member Action Enable the sequence step associated with it.

### Member Action Enable the sequence step associated with it.

Authentication

Connected account required

Tags

Sequence Template
DeactivateOUTREACH_POST_SEQUENCE_TEMPLATES_ID_ACTIONS_DEACTIVATE### Member Action Disable the sequence step associated with it.

### Member Action Disable the sequence step associated with it.

Authentication

Connected account required

Tags

Sequence Template
Create a New SequenceOUTREACH_POST_SEQUENCESCreate a New Sequence

Create a New Sequence

Authentication

Connected account required

Tags

Sequence
ActivateOUTREACH_POST_SEQUENCES_ID_ACTIONS_ACTIVATE### Member Action Enables the sequence.

### Member Action Enables the sequence.

Authentication

Connected account required

Tags

Sequence
DeactivateOUTREACH_POST_SEQUENCES_ID_ACTIONS_DEACTIVATE### Member Action Disables the sequence.

### Member Action Disables the sequence.

Authentication

Connected account required

Tags

Sequence
Create a New SnippetOUTREACH_POST_SNIPPETSCreate a New Snippet

Create a New Snippet

Authentication

Connected account required

Tags

Snippet
Create a New StageOUTREACH_POST_STAGESCreate a New Stage

Create a New Stage

Authentication

Connected account required

Tags

Stage
Create a New Task DispositionOUTREACH_POST_TASK_DISPOSITIONSCreate a New Task Disposition

Create a New Task Disposition

Authentication

Connected account required

Tags

Task Disposition
Create a New Task PurposeOUTREACH_POST_TASK_PURPOSESCreate a New Task Purpose

Create a New Task Purpose

Authentication

Connected account required

Tags

Task Purpose
Create a New TaskOUTREACH_POST_TASKSCreate a New Task

Create a New Task

Authentication

Connected account required

Tags

Task
AdvanceOUTREACH_POST_TASKS_ID_ACTIONS_ADVANCE### Member Action Advances the sequence state associated with the task to the next step in the sequence. Note that only tasks with task_type of 'sequence_step_call', 'sequence_step_email', 'sequence_step_linkedin_interact_with_post', 'sequence_step_linkedin_other', 'sequence_step_linkedin_send_connection_request', 'sequence_step_linkedin_send_message', 'sequence_step_linkedin_view_profile', 'sequence_step_sms' or 'sequence_step_task' can be advanced.

### Member Action Advances the sequence state associated with the task to the next step in the sequence. Note that only tasks with task_type of 'sequence_step_call', 'sequence_step_email', 'sequence_step_linkedin_interact_with_post', 'sequence_step_linkedin_other', 'sequence_step_linkedin_send_connection_request', 'sequence_step_linkedin_send_message', 'sequence_step_linkedin_view_profile', 'sequence_step_sms' or 'sequence_step_task' can be advanced.

Authentication

Connected account required

Tags

Task
DeliverOUTREACH_POST_TASKS_ID_ACTIONS_DELIVER### Member Action Schedules the mailing associated with the task for delivery, if possible.

### Member Action Schedules the mailing associated with the task for delivery, if possible.

Authentication

Connected account required

Tags

Task
Log Meet In PersonOUTREACH_POST_TASKS_ID_ACTIONS_LOG_MEET_IN_PERSON### Member Action Marks the meet in-person task as complete with specified task disposition and purpose.

### Member Action Marks the meet in-person task as complete with specified task disposition and purpose.

Authentication

Connected account required

Tags

Task
Mark CompleteOUTREACH_POST_TASKS_ID_ACTIONS_MARK_COMPLETE### Member Action Marks the task as complete.

### Member Action Marks the task as complete.

Authentication

Connected account required

Tags

Task
Reassign OwnerOUTREACH_POST_TASKS_ID_ACTIONS_REASSIGN_OWNER### Member Action Reassigns the owner of a task

### Member Action Reassigns the owner of a task

Authentication

Connected account required

Tags

Task
RescheduleOUTREACH_POST_TASKS_ID_ACTIONS_RESCHEDULE### Member Action Reschedules a task by setting a new task due time.

### Member Action Reschedules a task by setting a new task due time.

Authentication

Connected account required

Tags

Task
SnoozeOUTREACH_POST_TASKS_ID_ACTIONS_SNOOZE### Member Action Sets the 'dueAt' value to be a day later than either now or the existing 'dueAt' value, whichever is later.

### Member Action Sets the 'dueAt' value to be a day later than either now or the existing 'dueAt' value, whichever is later.

Authentication

Connected account required

Tags

Task
Update NoteOUTREACH_POST_TASKS_ID_ACTIONS_UPDATE_NOTE### Member Action Updates note of a task

### Member Action Updates note of a task

Authentication

Connected account required

Tags

Task
Update Opportunity AssociationOUTREACH_POST_TASKS_ID_ACTIONS_UPDATE_OPPORTUNITY_ASSOCIATION### Member Action Updates opportunity association of a task

### Member Action Updates opportunity association of a task

Authentication

Connected account required

Tags

Task
Create a New TeamOUTREACH_POST_TEAMSCreate a New Team

Create a New Team

Authentication

Connected account required

Tags

Team
Create a New TemplateOUTREACH_POST_TEMPLATESCreate a New Template

Create a New Template

Authentication

Connected account required

Tags

Template
Create a New UserOUTREACH_POST_USERSCreate a New User

Create a New User

Authentication

Connected account required

Tags

User
Create a New WebhookOUTREACH_POST_WEBHOOKSCreate a New Webhook

Create a New Webhook

Authentication

Connected account required

Tags

Webhook