Integrating Make.com with Google Calendar via Webhook

·
·

Hello 👋🏻 I have a question about make.com integration. Can i integrate the plattform via webhook to have automations running there like check availability in google calendar and book dates? I have no idea of how to add the webhook into the agent flow?

  • Avatar of Tony K
    Tony K
    ·
    ·

    Christian - technically yes. I've been having some issues with webhooks, but please let me know if you get them working well. You add webhooks by using the 1.8 agent builder. Then in the speak node, add in actions. depending on what you want to do, you might want to get 'Extract Fields' and then call your webhook so you can pass information from the call to the webhook

  • Avatar of Christian
    Christian
    ·
    ·

    Thanks! Is there any additional info of how to set this up?

  • Avatar of Tony K
    Tony K
    ·
    ·

    are you using a 1.8 agent?

  • Avatar of Tony K
    Tony K
    ·
    ·

    it's in the speak node -- add an action there

  • Avatar of Christian
    Christian
    ·
    ·

    Yes i found this. Bit inside the webhook i was wondering what to set as body and or header parameters and how to set this up correctly

  • Avatar of Tony K
    Tony K
    ·
    ·

    ohhh... ya you will need to use some automation software for google calendar. So n8n, make.com, pabbly, zapier, etc.

  • Avatar of Christian
    Christian
    ·
    ·

    I have a make scenario set up but the communication seems not to work correctly would be nice to find any beginner friendly tutorials

  • Avatar of Tony K
    Tony K
    ·
    ·

    are you talking about using make.com and workflows in general? In the thoughtly action, you would use headers if you want to pass authentication or anything else securely. You could pass body parameters for anything else (such as requested time, etc.).

  • Avatar of Alex
    Alex
    ·
    ·

    Hey guys, I was away for some time so definitely need to catch up on some stuff, but can the agent pull info in the middle of the call? That can be a database stored anywhere and then use make.com and a webhook. Like the person would say the order ID and then the agent would pull the status of it, for example.

  • Avatar of Tony K
    Tony K
    ·
    ·

    Alex - yes, it works in mid-calls, but I'm seeing that sometimes it calls the webhook more than 1 time. It is working but it isn't 100% consistent at the moment

  • Avatar of Christian
    Christian
    ·
    ·

    Here is my setup. Maybe someone can help? https://capture.dropbox.com/OTabHXhlAk0BzLBd

  • Avatar of Christian
    Christian
    ·
    ·

    Nobody?

  • Avatar of Tony K
    Tony K
    ·
    ·

    to get variables use extract fields, then use those in your webhook call

  • Avatar of Christian
    Christian
    ·
    ·

    where kann i find the extract fields function?

  • Avatar of Christian
    Christian
    ·
    ·

    sorry found it in the actions. so i set extract fields as first action and then webhook?