Workflows- User Webhook Generic
Knowledge Base | Workflows | User Webhook Generic
The User Workflow Generic WebHook workflow allows Mition to send user data to an external endpoint whenever a user/member workflow is triggered.
This is useful for pushing updated user information into third-party systems such as CRMs, automation tools, reporting systems, middleware, or internal APIs.
This workflow posts user data to a configured endpoint using either JSON or XML format.
Typical use cases include:
User Workflow Generic WebHook
EditMember
This means the workflow is available when a member/user is updated.
Field 4 should use a dropdown with the following values:
JSON,XML
JSON is recommended as the default option.
The endpoint must be either:
/api/example/webhook
Local endpoints must start with /.
https://example.com/webhook
External endpoints must use full https://.
Non-secure http:// endpoints are not supported.
The workflow supports one optional custom header. If no header is required, leave Field 2 and Field 3 blank.
When triggered, the workflow:
Use this workflow when a client needs user/member changes sent to another system without requiring a dedicated integration.