Tool
Update contact
Salesforce REST API Update Contact is a powerful AI tool that enables seamless updating of contact records within Salesforce directly via API calls. It simplifies contact management by allowing users to modify fields such as name, email, phone, and description efficiently.
Features
- Update existing contact details including first name, last name, email, phone, and description.
- Supports targeted updates by specifying the contact ID to ensure accuracy.
- Offers advanced property configuration for comprehensive contact data modification.
- Integrates smoothly with workflows and automation platforms via Salesforce REST API.
- Provides detailed documentation for easy implementation and integration.
Benefits
- Enhances CRM data accuracy by enabling real-time updates to contact records.
- Saves time and reduces manual effort in managing contact information.
- Improves communication with customers by keeping contact details current.
- Supports scalable contact management within Salesforce for growing businesses.
- Facilitates better marketing and sales efforts through up-to-date and reliable contact data.
Description
Updates a contact. See the documentation
Parameters
7 parameters
| Name | Type | Description |
|---|---|---|
| contactIdrequired | string | The Contact to update. |
| Description | string | A description of the contact, up to 32 KB. |
| string | The contact's email address. | |
| FirstName | string | The contact's first name, up to 40 characters. |
| LastName | string | The contact's last name, up to 80 characters. |
| Phone | string | Phone number for the contact. |
| useAdvancedProps | boolean | Set to true to see all available props for this object. |