Basic: How do I create a webhook endpoint?

I am looking to connect our chat system with Mautic and want to send the transcript.

Olark have details here for using WebHooks: https://www.olark.com/help/webhooks

But in Mautic I am stuck at the first point. How / where do I create the webhook endpoint?



Thanks,

Alan

I am looking to connect our chat system with Mautic and want to send the transcript.
Olark have details here for using WebHooks: https://www.olark.com/help/webhooks
But in Mautic I am stuck at the first point. How / where do I create the webhook endpoint?

Thanks,
Alan

Bump. Any suggestions on where to dig into this more?

The way I’d do it is use a integration app like FlowXO to receive the webhook from Olark and then post the data to Mautic via a call. That is the non-developers answer.

Mautic can only send webhooks, not receive.

I’ve solved this by coding my own APIs that write directly into Mautic’s db. See here.

D.

the url doesnt work. Can you update it?

is this at all possible in mautic. would also look at receiving a web hook.

My case is have a client that insists on using unbounce.com. Integrating Mautic Forms there is seeming rather challenging and I thought maybe passing the information via a web hook could solve the issue.