Export webhooks
I've started a new business that incorporates customers from an old biz. I was using webhooks & Zapier on the old company website. I have exported all the subscribers, lists, tags, automations, etc.
I need to export the incoming webhooks. Is that possible??
Thanks
the table wp_fc_meta has a field called object_type with entries called "webhook". Note that the URL in the value field has a parameter that matches the key field. Any SQL editor should export and import it without much ado.
That just at a glance. Not sure if there's more to it. A native impex of webhooks would certainly be desirable.