Bulk create unique (one time use) scheduling links
Bulk create & send unique links
- create any number of single use links at once
- create single use links outside of the chrome extension
- submit a list of emails and auto send a message with a unique link to all persons
Ability to do the above within the Calendly/Greenhouse integration
- ability to choose a set of candidates and auto send them each unique links within the GH system
Specific use case: We hire 100s of people seasonally and do bulk interviews with them. We would like to use Calendly's multi person group scheduling option to schedule interview times that people can sign up for. However every year, we run into the issue of people sharing links and showing up to our interviews. We would like to be able to easily send candidates single use links for multi person group events.
Also....This would also be useful if someone was trying to schedule a webinar or class and only wanted to invite certain people instead of potentially having anyone with a generic link sign up
-
I don't know about pure bulk create, HOWEVER, you can write a script that will do this `n` number of times:
tl;dr:
curl -v --header "X-TOKEN: <your Calendly API token>" \
--data "event_type_uuid=<event type uuid>" \
https://calendly.com/api/apps/extension/v1/users/me/event_type_single_use_links -
Heelo Jazmin,
I'm trying your recommendation for the script and it doesn't work :(
curl -v --header "X-TOKEN:#####" --data "event_type_uuid=#####" https://calendly.com/api/apps/extension/v1/users/me/event_type_single_use_links
The call sends me back an html page containing :
<h1>The page you are looking for could not be found</h1>
<h2>Please make sure that you've typed in the URL correctly</h2>
With another event_type_uuid I have this result
{
"type": "forbidden",
"message": "You may not create a single-use link for this event type"
}The result is the same in postman.
Do you have an idea, what is the problem ?
Kind regards
-
It seems like a great concept. I see customers referred by way of a employer that regularly needs a file whether or not the client confirmed for their scheduled meeting or no longer, this will eliminate a few more steps like this which might be tagged to a scheduled occasion.
-
I would love to get an answer this question as well as some of my clients have been abusing this link and booking time into my calendar without checking in with me. I hate that someone can just pencil themselves into my calendar combo and expect a call without me approving that meeting time... Please tell us there is a solution for this!
Please sign in to leave a comment.
Comments
7 comments