can Mautic receive Webhooks?

I understand, that Mautic can send Webhooks to other systems. But can it receive some?

I want to connect the Stripe.com with Mautic, so that as soon as a customer pays with the creditcard, a new Lead with customers information will be created.

Any ideas?

OLAF

Well… I think, I need a foundation-training in WebHooks first :slight_smile:

I understand, that Mautic can send Webhooks to other systems. But can it receive some?
I want to connect the Stripe.com with Mautic, so that as soon as a customer pays with the creditcard, a new Lead with customers information will be created.
Any ideas?
OLAF

Can Mautic receive webhooks? or still not implemented? Also is there any roadmap for Mautic?

I know this is an old one but i’ll answer the question anyway.

Yes mautic can receive webhooks though you will need to manage this yourself from the code. Ideally creating your own bundle and have the logic in there.

It is now possible to listen to Stripe events in Mautic. See Stripe integration for Mautic