Understanding Webhooks: Triggering Automations and Body Info Limits

·
·

Am I right that the webhook can trigger automations but can’t transport body information? Any of you have experience? So that I actually have to use the post contact trigger to create a contact and trigger it also with a separate web hook to call that contact? Because I was trying to trigger an automation and have the details in the web book.

  • Avatar of Kunal Kumar
    Kunal Kumar
    ·
    ·

    When you add a contact you will receive contact id (you will need to do it every time you want to ring the contact), you will get contact id in response Then use call endpoint and pass contact id

  • Avatar of Antoine Lê Minh
    Antoine Lê Minh
    ·
    ·

    Thanks