integrations.push_entity
Push a specific entity (lead, job, invoice) to a connected integration. For example, push a completed job to Slack as a notification, or push an invoice to Xero. Requires an active connection with push capability for the entity type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | The local entity ID to push. Required. | |
| entityType | Yes | The type of entity to push. Required. | |
| providerId | Yes | The provider ID to push to (e.g., slack, xero, discord). Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Human-readable result message | |
| success | No | Whether the push succeeded | |
| externalId | No | ID of the entity in the external system |