Integrations

Send event data to another system

Send event data to another system

Send event data to other systems.

You can now push event data from myne automations to your own systems via outbound webhooks — useful when you run custom ops tools but want myne to handle the trigger logic. When something happens in myne, your middleware receives JSON it can act on.

Add a webhook action to any automation, set the destination URL and headers, and map the payload fields your developer needs. Test with a request bin before pointing at production.

In the automation builder, add a Webhook action, configure the URL and headers per your developer guide, and test with a single trigger before going live.

Back to updates