Getting a WhatsApp message when a lead lands normally means an admin, a trigger and a middleware service. Here it is one setup call, and the same session that shaped the object can wire what happens after it.
A Salesforce client with an integration builder attached. Beyond object, schema and record work it can create integrations that fire an external call when a record is created, updated or deleted.
- Custom objects and fields created and modified in natural language, with partial-name search to find them
- Full field and relationship detail for any object
- Record queries with relationship support and complex filters, plus insert, update, delete and upsert
- Cross-object search using SOSL
- Apex classes and triggers read, created and updated
- Integrations to external APIs created, listed, updated, activated, deactivated and deleted
- Templates for the common cases: WhatsApp on new leads, Slack on opportunities, email on cases, and a generic webhook for anything else
Install the npm package globally and connect a Salesforce org you can write to. Each integration carries its own credentials — a WhatsApp Business API token and number, a Slack webhook URL, or the endpoint you are calling.
One command plus a key — npm install -g @tsmztech/mcp-server-salesforce, then supply credentials
