Add SchedulingLinkUrl to Edge Meeting API Response
For the GET /v1/org/meetings/get/{meetingId} endpoint, please include the scheduling link that was used to book the respective meeting, where applicable. For example, if a client uses the following link to schedule an appointment, https://gusto.chilipiper.com/round-robin/a-la-carte - then supply back that URL in the API's response payload. The reason why this is important is because we are embedding Chilipiper booking links in Outreach campaigns, but are having a hard time of attributing meetings booked to campaigns launched.
For reference, your competition already has this ability (https://developer.calendly.com/api-docs/e2f95ebd44914-get-event to get the scheduled event, and then using the event_type you can get the url used at https://developer.calendly.com/api-docs/c1f9db4a585da-get-event-type).