Short answer: Drop the "Salesforce → Create Account" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Account Name Name | string | Required | — |
Website Website | string | Optional | — |
Phone Phone | string | Optional | Phone number in E.164 format (with country code, no spaces). |
Industry Industry | string | Optional | — |
Type Type | string | Optional | Customer, Partner, Prospect |
Billing City BillingCity | string | Optional | — |
Billing Country BillingCountry | string | Optional | — |
Number of Employees NumberOfEmployees | string | Optional | — |
Annual Revenue AnnualRevenue | string | Optional | — |
{"Name": "{{trigger.Name}}","Website": "{{trigger.Website}}","Phone": "e.g. +14155551234","Industry": "{{trigger.Industry}}","Type": "Customer, Partner, Prospect"}
{"id": "0015e000000abcde","errors": [],"success": true}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.