Ambassador created webhook

When an ambassador is created, an automation can be triggered. The ambassador details can be sent to the endpoint of your choice

Event Payload Fields

Parameter
Values
Description

automationTrigger

string

Event type that triggered this action (ambassadorCreated)

accountId

string

Account identifier for this campaign

alertDate

number (timestamp)

Date for alerting

apiSource

string

API endpoint that triggered creation

contactId

string (UUID)

Unique identifier for the contact

createdAt

number (timestamp)

Timestamp of creation (ms since epoch)

createdDate

number (timestamp)

Same as createdAt, date of record creation

duplicateKey

string (UUID)

Key used for duplicate detection

email

string (email)

Ambassador’s email address

firstName

string

Ambassador’s first name

firstNameLower

string

First name in lowercase (for searching/matching)

hasActiveHok

boolean

Whether ambassador has an active standing order / recurring donation

hasDonated

boolean

Whether the ambassador has donated

holding

boolean

Indicates holding status

holdingTime

number

Duration of holding in milliseconds

ignoreDedupe

boolean

Whether duplicate detection should be skipped

importId

string (UUID)

Identifier for the import process

initialClosenessRating

number

Initial closeness rating

isAmbassador

string (true/false)

Marks this contact as an ambassador

isContactImport

boolean

Whether the record was imported as a contact

isPaymentImport

boolean

Whether the record was imported as a payment

lastCallTime

number

Timestamp of last call in ms

lastName

string

Ambassador’s last name

lastNameLower

string

Last name in lowercase (for searching/matching)

mainAgent

string

Agent ID responsible for this ambassador

nextAllowedCallTime

number

Timestamp when the next call is allowed

partition

string

Database partition key

rating

number

Ambassador rating (0–100)

requestedNoCalls

boolean

Whether the ambassador requested no calls

segment

number

Segment identifier

skipEmailTelephoneCheck

boolean

Skip email/phone validation if true

storedBillingMethod

array

Stored billing methods for this ambassador

telephone

string

Phone number in international format

tz

string

Israeli ID number of the ambassador

updatedAt

number (timestamp)

Timestamp of last update

updatedByUserId

string (UUID)

ID of the user who last updated the record

AMBASSADOR_LINK_HE

string (URL)

Link to ambassador page in Hebrew

AMBASSADOR_TARGET_LINK

string

Target link identifier

AMBASSADOR_STATS_LINK

string (URL)

Link to ambassador statistics page

Last updated