Step-by-step guide
Trigger VACN instantly via API.
1
Select the trigger
When creating a Bridge, change the Trigger Type to Incoming Webhook (Push). Because your app pushes data to us, no source URL or schedule is needed. VACN runs the moment data hits the server.
2
Get your secret URL
After you click Save Changes, VACN generates a unique secure endpoint for this Bridge. You'll see it highlighted on the Edit page.
https://app.vacn.org/api/incoming/4?token=5f3a-9b1c...
3
Push data from your app
In your application, send a POST request with a JSON body to your secret endpoint.
{
"author_name": "Anne",
"blog_title": "10 Ways to Automate",
"blog_content": "Full text goes here..."
}
4
Format and distribute
VACN receives your JSON keys (e.g. author_name, blog_content) and converts them into variables. Pipe them into an AI parser or inject directly into a Webchat payload.