On this page

    Webhooks

    Webhooks make it easy to extend Web1on1. They offer a way to quickly find out about changes that happen within Web1on1. You can subscribe to events of interest, and we'll post data to the URL you specify when one of those events occurs.

    Also called a web callback or HTTP push API, Webhooks are often used to enable bot interactions, send push notifications or emails based on conversation activity, or create reports or metrics.

    Real-time updates are:

    • Sent with a POST request
    • Data is serialized to JSON