Cloud-based CRM platform that unifies sales, service, marketing, and commerce
salesforce.getaccount
accountId
(TEXT, Required): Id of the account in Salesforce. Starts with 001salesforce.getcampaign
campaignId
(TEXT, Required): Id of the campaign in Salesforcesalesforce.getcampaignmember
campaignMemberId
(TEXT, Required): Id of the campaign member to retrievesalesforce.getcampaignmembersforcampaign
campaignId
(TEXT, Required): Campaign Id
fields
(TEXT, Optional): Comma-separated list of field API names to return. Defaults to ‘Id,Name,CreatedDate,LastModifiedDate,OwnerId,CampaignId,ContactId,LeadId,Status’. Common fields include: Name, CampaignId, ContactId, LeadId, Statussalesforce.getcase
caseId
(TEXT, Required): Id of the case in Salesforce. Starts with 500salesforce.getcontact
contactId
(TEXT, Required): Id of the contact. starts with 003salesforce.getcontentnote
includeLinks
(BOOLEAN, Optional): If true, also returns ContentDocumentLink records for this note
contentNoteId
(TEXT, Required): Id of the content notesalesforce.getlead
leadId
(TEXT, Required): Id of the lead. starts with 00Qsalesforce.getopportunity
opportunityId
(TEXT, Required): Id of the opportunity. starts with 006salesforce.gettask
taskId
(TEXT, Required): Id of the task. starts with 00Tsalesforce.getuser
userId
(TEXT, Required): Id of the user. starts with 005salesforce.findaccount
accountName
(TEXT, Required): Name of the account to search forsalesforce.findcampaign
campaignName
(TEXT, Required): Name of the campaign to search forsalesforce.findcase
caseNumber
(TEXT, Required): Case number to search forsalesforce.findcontact
email
(TEXT, Required): Email address to search forsalesforce.findlead
email
(TEXT, Required): Email address to search forsalesforce.findopportunity
opportunityName
(TEXT, Required): Name of the opportunity to search forsalesforce.findtask
subject
(TEXT, Required): Subject of the task to search forsalesforce.finduser
email
(TEXT, Required): Email address to search forsalesforce.createaccount
name
(TEXT, Required): Name of the account
type
(TEXT, Optional): Type of account (e.g., Customer, Partner, Competitor)industry
(TEXT, Optional): Industry of the accountphone
(TEXT, Optional): Phone numberwebsite
(TEXT, Optional): Website URLbillingStreet
(TEXT, Optional): Billing street addressbillingCity
(TEXT, Optional): Billing citybillingState
(TEXT, Optional): Billing statebillingPostalCode
(TEXT, Optional): Billing postal codebillingCountry
(TEXT, Optional): Billing countryshippingStreet
(TEXT, Optional): Shipping street addressshippingCity
(TEXT, Optional): Shipping cityshippingState
(TEXT, Optional): Shipping stateshippingPostalCode
(TEXT, Optional): Shipping postal codeshippingCountry
(TEXT, Optional): Shipping countrydescription
(TEXT, Optional): Description of the accountsalesforce.createcampaign
name
(TEXT, Required): Name of the campaign
type
(TEXT, Optional): Type of campaign (e.g., Email, Webinar, Trade Show)status
(TEXT, Optional): Status of the campaign (e.g., Planned, In Progress, Completed)startDate
(TEXT, Optional): Start date of the campaign (YYYY-MM-DD)endDate
(TEXT, Optional): End date of the campaign (YYYY-MM-DD)budgetedCost
(NUMBER, Optional): Budgeted cost of the campaignactualCost
(NUMBER, Optional): Actual cost of the campaignexpectedRevenue
(NUMBER, Optional): Expected revenue from the campaigndescription
(TEXT, Optional): Description of the campaignsalesforce.createcase
subject
(TEXT, Required): Subject of the case
status
(TEXT, Optional): Status of the case (e.g., New, In Progress, Closed)priority
(TEXT, Optional): Priority of the case (e.g., High, Medium, Low)origin
(TEXT, Optional): Origin of the case (e.g., Email, Phone, Web)reason
(TEXT, Optional): Reason for the casetype
(TEXT, Optional): Type of the casedescription
(TEXT, Optional): Description of the caseaccountId
(TEXT, Optional): ID of the related accountcontactId
(TEXT, Optional): ID of the related contactsalesforce.createcontact
firstName
(TEXT, Required): First name of the contact
lastName
(TEXT, Required): Last name of the contactemail
(TEXT, Optional): Email address of the contactphone
(TEXT, Optional): Phone number of the contacttitle
(TEXT, Optional): Job title of the contactdepartment
(TEXT, Optional): Department of the contactaccountId
(TEXT, Optional): ID of the related accountmailingStreet
(TEXT, Optional): Mailing street addressmailingCity
(TEXT, Optional): Mailing citymailingState
(TEXT, Optional): Mailing statemailingPostalCode
(TEXT, Optional): Mailing postal codemailingCountry
(TEXT, Optional): Mailing countrysalesforce.createlead
firstName
(TEXT, Required): First name of the lead
lastName
(TEXT, Required): Last name of the leademail
(TEXT, Optional): Email address of the leadphone
(TEXT, Optional): Phone number of the leadcompany
(TEXT, Optional): Company nametitle
(TEXT, Optional): Job title of the leadindustry
(TEXT, Optional): Industry of the leadstatus
(TEXT, Optional): Status of the lead (e.g., Open, Qualified, Unqualified)rating
(TEXT, Optional): Rating of the lead (e.g., Hot, Warm, Cold)source
(TEXT, Optional): Source of the lead (e.g., Web, Phone, Email)street
(TEXT, Optional): Street addresscity
(TEXT, Optional): Citystate
(TEXT, Optional): StatepostalCode
(TEXT, Optional): Postal codecountry
(TEXT, Optional): Countrysalesforce.createopportunity
name
(TEXT, Required): Name of the opportunity
stageName
(TEXT, Required): Stage of the opportunity (e.g., Prospecting, Qualification, Proposal)closeDate
(TEXT, Required): Close date of the opportunity (YYYY-MM-DD)amount
(NUMBER, Optional): Amount of the opportunityprobability
(NUMBER, Optional): Probability percentage (0-100)type
(TEXT, Optional): Type of the opportunityleadSource
(TEXT, Optional): Lead sourcedescription
(TEXT, Optional): Description of the opportunityaccountId
(TEXT, Optional): ID of the related accountcontactId
(TEXT, Optional): ID of the related contactsalesforce.createtask
subject
(TEXT, Required): Subject of the task
status
(TEXT, Optional): Status of the task (e.g., Not Started, In Progress, Completed)priority
(TEXT, Optional): Priority of the task (e.g., High, Normal, Low)activityDate
(TEXT, Optional): Due date of the task (YYYY-MM-DD)description
(TEXT, Optional): Description of the taskwhoId
(TEXT, Optional): ID of the related contact or leadwhatId
(TEXT, Optional): ID of the related account, opportunity, or casesalesforce.updateaccount
accountId
(TEXT, Required): ID of the account to update
name
(TEXT, Optional): Updated name of the accounttype
(TEXT, Optional): Updated type of accountindustry
(TEXT, Optional): Updated industry of the accountphone
(TEXT, Optional): Updated phone numberwebsite
(TEXT, Optional): Updated website URLbillingStreet
(TEXT, Optional): Updated billing street addressbillingCity
(TEXT, Optional): Updated billing citybillingState
(TEXT, Optional): Updated billing statebillingPostalCode
(TEXT, Optional): Updated billing postal codebillingCountry
(TEXT, Optional): Updated billing countryshippingStreet
(TEXT, Optional): Updated shipping street addressshippingCity
(TEXT, Optional): Updated shipping cityshippingState
(TEXT, Optional): Updated shipping stateshippingPostalCode
(TEXT, Optional): Updated shipping postal codeshippingCountry
(TEXT, Optional): Updated shipping countrydescription
(TEXT, Optional): Updated description of the accountsalesforce.updatecampaign
campaignId
(TEXT, Required): ID of the campaign to update
name
(TEXT, Optional): Updated name of the campaigntype
(TEXT, Optional): Updated type of campaignstatus
(TEXT, Optional): Updated status of the campaignstartDate
(TEXT, Optional): Updated start date of the campaignendDate
(TEXT, Optional): Updated end date of the campaignbudgetedCost
(NUMBER, Optional): Updated budgeted cost of the campaignactualCost
(NUMBER, Optional): Updated actual cost of the campaignexpectedRevenue
(NUMBER, Optional): Updated expected revenue from the campaigndescription
(TEXT, Optional): Updated description of the campaignsalesforce.updatecase
caseId
(TEXT, Required): ID of the case to update
subject
(TEXT, Optional): Updated subject of the casestatus
(TEXT, Optional): Updated status of the casepriority
(TEXT, Optional): Updated priority of the caseorigin
(TEXT, Optional): Updated origin of the casereason
(TEXT, Optional): Updated reason for the casetype
(TEXT, Optional): Updated type of the casedescription
(TEXT, Optional): Updated description of the caseaccountId
(TEXT, Optional): Updated ID of the related accountcontactId
(TEXT, Optional): Updated ID of the related contactsalesforce.updatecontact
contactId
(TEXT, Required): ID of the contact to update
firstName
(TEXT, Optional): Updated first name of the contactlastName
(TEXT, Optional): Updated last name of the contactemail
(TEXT, Optional): Updated email address of the contactphone
(TEXT, Optional): Updated phone number of the contacttitle
(TEXT, Optional): Updated job title of the contactdepartment
(TEXT, Optional): Updated department of the contactaccountId
(TEXT, Optional): Updated ID of the related accountmailingStreet
(TEXT, Optional): Updated mailing street addressmailingCity
(TEXT, Optional): Updated mailing citymailingState
(TEXT, Optional): Updated mailing statemailingPostalCode
(TEXT, Optional): Updated mailing postal codemailingCountry
(TEXT, Optional): Updated mailing countrysalesforce.updatelead
leadId
(TEXT, Required): ID of the lead to update
firstName
(TEXT, Optional): Updated first name of the leadlastName
(TEXT, Optional): Updated last name of the leademail
(TEXT, Optional): Updated email address of the leadphone
(TEXT, Optional): Updated phone number of the leadcompany
(TEXT, Optional): Updated company nametitle
(TEXT, Optional): Updated job title of the leadindustry
(TEXT, Optional): Updated industry of the leadstatus
(TEXT, Optional): Updated status of the leadrating
(TEXT, Optional): Updated rating of the leadsource
(TEXT, Optional): Updated source of the leadstreet
(TEXT, Optional): Updated street addresscity
(TEXT, Optional): Updated citystate
(TEXT, Optional): Updated statepostalCode
(TEXT, Optional): Updated postal codecountry
(TEXT, Optional): Updated countrysalesforce.updateopportunity
opportunityId
(TEXT, Required): ID of the opportunity to update
name
(TEXT, Optional): Updated name of the opportunitystageName
(TEXT, Optional): Updated stage of the opportunitycloseDate
(TEXT, Optional): Updated close date of the opportunityamount
(NUMBER, Optional): Updated amount of the opportunityprobability
(NUMBER, Optional): Updated probability percentagetype
(TEXT, Optional): Updated type of the opportunityleadSource
(TEXT, Optional): Updated lead sourcedescription
(TEXT, Optional): Updated description of the opportunityaccountId
(TEXT, Optional): Updated ID of the related accountcontactId
(TEXT, Optional): Updated ID of the related contactsalesforce.updatetask
taskId
(TEXT, Required): ID of the task to update
subject
(TEXT, Optional): Updated subject of the taskstatus
(TEXT, Optional): Updated status of the taskpriority
(TEXT, Optional): Updated priority of the taskactivityDate
(TEXT, Optional): Updated due date of the taskdescription
(TEXT, Optional): Updated description of the taskwhoId
(TEXT, Optional): Updated ID of the related contact or leadwhatId
(TEXT, Optional): Updated ID of the related account, opportunity, or casesalesforce.deleteaccount
accountId
(TEXT, Required): ID of the account to deletesalesforce.deletecampaign
campaignId
(TEXT, Required): ID of the campaign to deletesalesforce.deletecase
caseId
(TEXT, Required): ID of the case to deletesalesforce.deletecontact
contactId
(TEXT, Required): ID of the contact to deletesalesforce.deletelead
leadId
(TEXT, Required): ID of the lead to deletesalesforce.deleteopportunity
opportunityId
(TEXT, Required): ID of the opportunity to deletesalesforce.deletetask
taskId
(TEXT, Required): ID of the task to deleteIssue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |