Use our APIs custom tools to build the perfect tailor-made integration for your team. With a few simple methods and some scripting, you can extend StoryChief to publish virtually anything.
StoryChief uses webhooks to notify your app/site of changes.
We have made a WordPress plugin that you can use as a reference.
What are webhooks?
A webhook is basically just a POST
request that is sent to a specific URL. That URL is set up to receive the body of the POST
request and process it in some way.
So if you have ever created a form and submitted it in code, you know how to create a POST
request.
The communication flow in a nutshell
Registering your webhook
Step 1. Open the menu and go to Integrations. Here, select 'Custom website'. π Quick link.
Step 2. Click on 'Add a new destination'.
Step 3. StoryChief will provide you with an encryption key and ask you for the endpoint we can post to.
π‘ Tip: If you're developing locally, you can use our Postman collection (find the "Run in Postman" button in the header of our documentation) or use ngrok.com to tunnel to your local machine.
Getting your module published
If you're planning on creating an open-source integration with StoryChief, our team would be happy to review it for you. This way you can contribute to help make our platform the complete solution. We can then add it to our channel list, which will give your module extra exposure.