Thanks to MultiFollow.io, you can be notified in real-time when someone posts, comments, likes, or updates their social media profile, and integrate the activity of a social media profile into your system with API webhooks.
We've built our API webhooks to seamlessly connect with the tools you already use - from CRM systems and analytics platforms to help desk software and custom-built solutions. With straightforward documentation and a streamlined setup process, you can integrate our webhooks quickly and start receiving data right away.
We will send a JSON encoded POST HTTP request to the URL you specify, every time a new post, comment, like, or profile update is detected on the social media profile you are tracking.
You will need to read the body of the HTTP request. This body is formatted as JSON. Here is an example:
{
"platform": "linkedin",
"profile_url": "https://www.linkedin.com/in/erikatrautman/",
"datetime": "19 Jan 25 05:52 UTC",
"link": "https://www.linkedin.com/posts/erikatrautman_vice-president-strategy-and-business-operations-activity-7272270503808000000-OxBb",
"activity_type": "post",
"content": "I've got two more great leadership positions I'm filling! I am so inspired by the vision and the culture here at Sprout. So come join me to transform how companies leverage social media to connect with their customers."
}
In social media monitoring, timing is crucial. Having immediate access to new information can provide a significant competitive advantage. Through our API webhook system, you'll receive instant alerts whenever there's new activity on a monitored social media profile. This enables you to promptly engage with and respond to any brand or industry-relevant discussions as they happen.
Set up your webhook URL in your dashboard
Here is how it works:
Our platform prioritizes security, employing encryption (TLS) to ensure that data transmitted via our webhooks is protected
Yes, you can create one webhook per account, but if you create a team each member of the team will be able to create his own webhook. Once your webhook is set up, the number of requests sent through this webhook is unlimited.
A webhook is triggered in real-time everytime a new post, comment, like, or profile update is detected on the social media profile you are tracking.
No. When we send you notifications by email, the content is sometimes truncated if too large, and several results can be grouped in the same email. When using API webhooks, on the other hand, we only send one result per API call and the content is not truncated.
In your dashboard, when setting up your webhook URL, you can send test webhooks to help you with your integration
Yes, every systems that are able to receive custom POST HTTP requests can receive our webhooks
Absolutely! We offer dedicated technical support for setting up, configuring, and troubleshooting webhook integrations.