I’m not sure how insane i’m going but I cant find Calendly’s number data. I am trying to send a whatsapp message as soon as someone schedules an event. But I don’t know why this data doesn’t appear in make. ¿Any solutions?
Welcome to the Make community!
The trigger module only watches for events.
To get additional information about the attendee, you need to then use the “Get an Event Invitee” module.
If you need further assistance, please provide the following:
Please provide the output bundles of the trigger module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks
```
before and after the code, like this:```
input/output bundle content goes here
``` -
Or use the format code button in the editor:
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
It is very simple to solve. Please keep the scenario Off. Then, send a booking submission manually.
Once done, click “Run Once”. Once run, click again in the Whatsapp module, so you can see the updated information from the first module including email and phone number.
This post can be a game changer to map Question and answers as well.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel
I don’t think Calendly provides a phone number in their payload. The last time we checked, early 2024, it didn’t.
We ended up going for Cal.com and a custom webhook invocation [1] because Calendly wasn’t sending us the phone number of the booker.
[1] How to send WhatsApp notifications and reminders using Cal.com