Webhook URL

Send lead payloads to a URL when any profile receives a lead offer, reminder, catchall notification, test notification, or accepted-lead notification. This can be set in the Agent Notification URL - All agents section of Settings>Advanced

Payload

Payload sent to agent notification webhook URLs.

string

Lead notification action.

string

Notification type.

string

URL the agent can use to act on or view the lead.

string

HTTPS version of action_url.

string

Human-readable message generated by goBluebird.

string

Slack-compatible text fallback. Usually includes suggestedMessage and action_url.

boolean

Whether the originally selected profile was on vacation.

lead
object

Lead notification context. May include tags, hints, or full lead details depending on event type.

profile
object

Profile receiving the notification, or vacation-handler profile when applicable.

history
object | null

Lead-history context when the webhook is tied to a specific lead-history key.

Responses
200

Webhook payload accepted successfully.

default

The receiver did not accept the webhook payload.

LoadingLoading…