Webhooks are a way for your application to receive real-time notifications from bundle.social when certain events occur. When the event occurs, bundle.social sends an HTTP POST request to a URL you specify.
post.published
- When a post is published to social media platforms.comment.published
- When a comment is published to social media platforms.team.created
- When a team is created.team.updated
- When a team is updated.team.deleted
- When a team is deleted.social-account.created
- When a social account is created.social-account.updated
- When a social account is updated.social-account.deleted
- When a social account is deleted.webhook
module to handle webhook events.
Check it out