GetSales
LinkedIn and email outbound automation.
OutboundAPI key24 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
contacts_lookup_one Find one GetSales contact by LinkedIn ID, email, or name plus company. docs ↗ | POST /leads/api/leads/lookup-one | none | 1-5s | — | no bill |
contacts_search Search GetSales contacts using filters, sorting, and pagination. docs ↗ | POST /leads/api/leads/search | none | 1-5s | — | no bill |
contacts_get Get a GetSales contact by UUID. docs ↗ | GET /leads/api/leads/{uuid} | none | 1-5s | — | no bill |
contacts_update Update a GetSales contact by UUID. docs ↗ | PUT /leads/api/leads/{uuid} | crm_write | 1-5s | — | no bill |
contacts_delete Delete a GetSales contact by UUID. docs ↗ | DELETE /leads/api/leads/{uuid} | crm_write | 1-5s | — | no bill |
contacts_upsert Create or update a GetSales contact in a target list. docs ↗ | POST /leads/api/leads/upsert | crm_write | 1-5s | — | no bill |
automations_list List GetSales automations. docs ↗ | GET /flows/api/flows | none | 1-5s | — | no bill |
automations_start Start a GetSales automation. docs ↗ | PUT /flows/api/flows/{flowUuid}/start | campaign_enroll | 1-5s | — | no bill |
automations_stop Stop a GetSales automation. docs ↗ | PUT /flows/api/flows/{flowUuid}/stop | campaign_enroll | 1-5s | — | no bill |
automations_add_contact Add an existing GetSales contact to an automation. docs ↗ | POST /flows/api/flows/{flowUuid}/leads/{leadUuid} | campaign_enroll | 1-5s | — | no bill |
automations_add_new_contact Create a new contact and add it to a GetSales automation. docs ↗ | POST /flows/api/flows/{flowUuid}/add-new-lead | campaign_enroll | 1-5s | — | no bill |
automations_cancel_contact Cancel a GetSales contact from specific automations. docs ↗ | PUT /flows/api/flows/leads/{leadUuid}/cancel | campaign_enroll | 1-5s | — | no bill |
automations_cancel_contact_all Cancel a GetSales contact from all active automations. docs ↗ | PUT /flows/api/flows/leads/{leadUuid}/cancel-all | campaign_enroll | 1-5s | — | no bill |
unibox_linkedin_messages_list List GetSales LinkedIn messages. docs ↗ | GET /flows/api/linkedin-messages | none | 1-5s | — | no bill |
unibox_linkedin_message_send Send a LinkedIn message through GetSales. docs ↗ | POST /flows/api/linkedin-messages | linkedin_action | 1-5s | — | no bill |
unibox_emails_list List GetSales emails. docs ↗ | GET /emails/api/emails | none | 1-5s | — | no bill |
unibox_email_send Send an email through GetSales. docs ↗ | POST /emails/api/emails/send-email | external_send | 1-5s | — | no bill |
sender_profiles_list List GetSales sender profiles. docs ↗ | GET /flows/api/sender-profiles | none | 1-5s | — | no bill |
sender_profiles_create Create a GetSales sender profile. docs ↗ | POST /flows/api/sender-profiles | crm_write | 1-5s | — | no bill |
sender_profiles_get Get a GetSales sender profile by UUID. docs ↗ | GET /flows/api/sender-profiles/{senderProfileUuid} | none | 1-5s | — | no bill |
sender_profiles_connect_external Create a GetSales sender profile connected to an external GoLogin profile. docs ↗ | POST /flows/client-api/sender-profiles/connect-external | linkedin_action | 1-5s | — | no bill |
lists_list List GetSales contact lists. docs ↗ | GET /leads/api/lists | none | 1-5s | — | no bill |
lists_create Create a GetSales contact list. docs ↗ | POST /leads/api/lists | crm_write | 1-5s | — | no bill |
lists_get Get a GetSales contact list by UUID. docs ↗ | GET /leads/api/lists/{uuid} | none | 1-5s | — | no bill |