Skip to main content

Webhooks

Gojiberry allows you to receive real-time notifications when new contacts are created or updated by configuring a webhook URL.

How to Configure Webhooks

  1. Log in to your Gojiberry AI account at https://app.gojiberry.ai

  2. Navigate to the Integrations page at https://app.gojiberry.ai/integrations

  3. Add a Webhook integration by clicking the Webhook option

  4. Enter your webhook URL where you want to receive notifications

  5. 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.

Did this answer your question?