Hi @cartoonhank
I hope you’re well today!
There’s no built-in integration with Calendly in Forminator so it wouldn’t be working “out of the box”.
I’m not that familiar with Calendly to say for sure but if it is capable for reading data simply from the URL parameters then this could probably be used – as form can be set to redirect to any URL and can have form data included in that redirect:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#after-submission-behavior (see “redirect user” part)
Another possible option would be to utilize a “middleman”. Forminator can send data to any service that supports webhooks as there’s a built-in webhook integration already
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#webhook
so if such a service (e.g. Zapier, Integrately or similar) already provides necessary integration with Calendly, it should be possible to set it up that way.
Note though: none of these would provide “two way” communication – it wouldn’t be possible for Forminator to e.g. check if some date is already booked and not-available in Calendly.
An alternative approach (and the only one that would possibly allow two-way integration) would be to create a fully custom integration code based on Forminator’s built-in action/filter hooks and Calendly API but that’d be quite a complex piece of code and such custom development is out of the scope of our support, I’m afraid.
Kind regards,
Adam
Hello @cartoonhank,
I hope you’re doing great today!
As we haven’t heard back from you for some time, I’ll be marking this thread as resolved. Please let us know in case you need further assistance.
Best Regards,
Dmytro