> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Salesforce

> Browse the tools and triggers available for Salesforce in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_CONTACT" title="Create Record Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_LEAD" title="Create Record Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_OPPORTUNITY" title="Create Record Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_TASK" title="Create Record Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_ACCOUNT" title="Create Record Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_RECORD_ANY" title="Create Record Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_CONTACT" title="Update Record Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_LEAD" title="Update Record Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_OPPORTUNITY" title="Update Record Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_TASK" title="Update Record Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_ACCOUNT" title="Update Record Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_UPDATE_RECORD_ANY" title="Update Record Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_CONTACT" title="Delete Record Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_LEAD" title="Delete Record Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_OPPORTUNITY" title="Delete Record Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_TASK" title="Delete Record Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_ACCOUNT" title="Delete Record Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DELETE_RECORD_ANY" title="Delete Record Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_CONTACT" title="Get Record By ID Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_LEAD" title="Get Record By ID Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_OPPORTUNITY" title="Get Record By ID Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_TASK" title="Get Record By ID Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_ACCOUNT" title="Get Record By ID Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_ID_ANY" title="Get Record By ID Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_CONTACT" title="Search Records Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_LEAD" title="Search Records Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_OPPORTUNITY" title="Search Records Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_TASK" title="Search Records Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_ACCOUNT" title="Search Records Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_SEARCH_RECORDS_V2_ANY" title="Search Records Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_CONTACT" title="Get Record By View ID Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_LEAD" title="Get Record By View ID Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_OPPORTUNITY" title="Get Record By View ID Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_TASK" title="Get Record By View ID Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_ACCOUNT" title="Get Record By View ID Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_GET_RECORD_BY_VIEW_ID_ANY" title="Get Record By View ID Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_CONTACT" title="Create Custom Field Contact" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_LEAD" title="Create Custom Field Lead" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_OPPORTUNITY" title="Create Custom Field Opportunity" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_TASK" title="Create Custom Field Task" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_ACCOUNT" title="Create Custom Field Account" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_FIELD_ANY" title="Create Custom Field Any" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_WRITE_SOQL_QUERY_V2" title="Write SOQL Query" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_CREATE_CUSTOM_OBJECT" title="Create Custom Object" horizontal />

  <Card href="/actionkit/integrations/salesforce/SALESFORCE_DESCRIBE_ACTION_SCHEMA" title="Describe Action Schema" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/salesforce/triggers/SALESFORCE_TRIGGER_RECORD_CREATED" title="New Record" horizontal />

  <Card href="/actionkit/integrations/salesforce/triggers/SALESFORCE_TRIGGER_RECORD_DELETED" title="Record Deleted" horizontal />

  <Card href="/actionkit/integrations/salesforce/triggers/SALESFORCE_TRIGGER_RECORD_UPDATED" title="Record Updated" horizontal />

  <Card href="/actionkit/integrations/salesforce/triggers/SALESFORCE_TRIGGER_CAMPAIGN_MEMBER_ADDED" title="Campaign Member Added" horizontal />

  <Card href="/actionkit/integrations/salesforce/triggers/SALESFORCE_TRIGGER_CAMPAIGN_OPPORTUNITY_ADDED" title="Campaign Opportunity Added" horizontal />
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
