Gojiberry allows you to receive real-time notifications when new contacts are created or updated by configuring a webhook URL.
How to Configure Webhooks
Log in to your Gojiberry AI account at https://app.gojiberry.ai
Navigate to the Integrations page at https://app.gojiberry.ai/integrations
Add a Webhook integration by clicking the Webhook option
Enter your webhook URL where you want to receive notifications
Save the configuration
Once configured, Gojiberry will send POST requests to your webhook URL whenever:
A new contact is created
A contact is updated
Other relevant events occur in your account
The webhook payload will include the full contact data in JSON format.
Each webhook request includes a custom header x-gojiberry-user-id containing your user ID for verification purposes.
How to test the webhook?
Use a webhook inspection tool like https://webhook.site to preview and debug your payloads.
Simply paste the generated URL into your webhook configuration, trigger an event in Gojiberry, and inspect the exact body, headers, and structure being sent.
How to manually trigger an event?
On the Contacts page, you can select one or more contacts and manually trigger an integration for them.

