📽️Integrated Webhooks - Calendly to Sprinthub
The video below shows how to send webhooks from Calendly to SprintHub, allowing you to automate actions with leads who schedule meetings via Calendly
Structure of the required requests
GET https://api.calendly.com/users/me
Headers
Authorization: Bearer YOUR_TOKEN_HERE
POST https://api.calendly.com/webhook_subscriptions
Headers:
Content-Type: application/json
Authorization: Bearer YOUR_TOKEN_HERE
Body
'{
"url": "SPRINTHUB_URL",
"events": ["invitee.created"],
"organization": "RETURN_GET_URL",
"scope": "organization"
}'
Last updated