Tell me, does anyone know if it is possible to transfer data from calendly.com directly to the bubble database? or is it only possible through zapier?
Calendly has API/Webhook as possible integration so it is possible with Bubble Endpoints.
It would be great if you could tell me where to specify the URL on the Calendly side, so that it understands where to send the data. Unfortunately the third day I try to configure and alas it does not work
Read the documentation here of how to handle Webhooks in calendly
{
"url": "https://blah.foo/bar",
"events": [
"invitee.created",
"invitee.canceled"
],
"organization": "https://api.calendly.com/organizations/AAAAAAAAAAAAAAAA",
"user": "https://api.calendly.com/users/BBBBBBBBBBBBBBBB",
"scope": "user",
"signing_key": "5mEzn9C-I28UtwOjZJtFoob0sAAFZ95GbZkqj4y3i0I"
}
url https://blah.foo/bar here can be replaced with Bubble Endpoint Url https://yourdoamin.com/version-test/api/1.1/wf/endpointname.
After you create the subscription the next step will be to actually create an event so that you can initialize.
Incase you still can’t set it up on your own pm me or request our services at
Regards,
Amos Koech
Teknospur Inc
This topic was automatically closed after 70 days. New replies are no longer allowed.