A webhook is a way for one application to send real-time information to another application as soon as an event happens.
Think of a webhook like a "digital notification." For example, think about when a package is delivered to your house.
DailyStory supports webhooks for many activities that occur, such as opt outs. Webhook management is found in Account Settings > Developer > Webhooks.
To learn more, please see our developer documentation on webhooks.
In technical terms, a webhook is an automated message sent from an app when something specific happens. It carries a "payload" of data to a unique URL—kind of like a digital shipping address—that you provide.
Webhooks are the foundation of modern automation. They allow you to:
DailyStory supports a number of webhooks that developers can use to receive data from the DailyStory platform. To learn more, please see our developer documentation on webhooks.