Create Workflow Outbound Message
sf_create_outbound_messageCreate a workflow outbound message that sends SOAP XML to an external endpoint when triggered by a workflow rule or approval process, notifying external systems of record changes in real time.
Instructions
Creates a Workflow Outbound Message that sends a SOAP XML payload to an external endpoint when triggered by a Workflow Rule or Approval Process. Use for real-time integration with external systems that need to be notified of record changes.
objectName: object the message is for fullName: developer name for the outbound message name: display name endpointUrl: external SOAP endpoint URL fields: field API names to include in the message integrationUser: optional username to authenticate the callout
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name | |
| fields | Yes | Field API names to include in the message | |
| fullName | Yes | Outbound message developer name | |
| objectName | Yes | Object API name, e.g. 'Opportunity' | |
| description | No | Description | |
| endpointUrl | Yes | SOAP endpoint URL | |
| integrationUser | No | Username of the integration user (optional) |