Ingest API (Webhooks)
Configuration Examples
Zapier
1\ create a new zap log in to your zapier account click “create zap” 2\ choose a trigger app pick the app/event that should trigger your zap (e g , google sheets, hubspot, salesforce, marketo, etc ) set up the trigger according to your needs (e g , “new row in sheet,” “new lead,” etc ) test the trigger to make sure zapier is pulling in sample data 3\ add a webhook action in the action step, search for “webhooks by zapier” select post 4\ configure the webhook url enter your custom endpoint (e g ,https //yourinstance jomablue com/api/webhook/ingest/ingest endpoint uuid} ) select json payload type data map the fields you want to send add headers content type application/json accept application/son authorization bearer \[api key] 5\ test the webhook click “test & continue” zapier will send a post request with the sample data to your endpoint 6\ turn on your zap once tested successfully, give your zap a name toggle it on