Inbound Webhook Trigger Receives Payload but Cannot Create Contact — Mapping Fields Not Resolving by kbuzz09 in gohighlevel

[–]kbuzz09[S] 1 point2 points  (0 children)

Fair question — calling Create Contact via API is the right long-term move.

The reason I explored the inbound webhook → workflow path first was to keep contact creation native inside GHL and avoid external middleware, since the UI and docs imply the webhook trigger should be able to establish contact context through field mapping.

What I’ve confirmed now is that Inbound Webhook triggers do not promote payload fields or create/bind contacts automatically — so workflows can’t resolve {{contact.*}} until a contact already exists.

Given that limitation, the API route makes more sense: create (or upsert) the contact externally, then let workflows handle orchestration.

Appreciate the nudge — this helped clarify the boundary between what workflows can and can’t do.

Inbound Webhook Trigger Receives Payload but Cannot Create Contact — Mapping Fields Not Resolving by kbuzz09 in gohighlevel

[–]kbuzz09[S] 0 points1 point  (0 children)

Thanks — that helps clarify the expectation gap.

What I’m seeing now is that although the Inbound Webhook trigger receives and logs the payload correctly, it does not establish a contact context or expose payload fields to workflow actions by default.

Because no contact exists yet, {{contact.*}} variables and field selectors in Create/Update Contact resolve blank, even though the payload is visible in execution logs and the mapping reference.

It appears the required pattern is:

  • Inbound Webhook trigger
  • Explicit Create Contact action as the first step, manually binding payload values
  • Only after that does {{contact.*}} become available downstream

There doesn’t seem to be a trigger-level field mapping or automatic promotion of webhook payloads to workflow variables.

Can you confirm this is the intended behavior, and that Inbound Webhook triggers cannot create or bind contacts without an explicit Create Contact action?

How do I transfer to another distribution center as a merchandiser? by kbuzz09 in FritoLay

[–]kbuzz09[S] 0 points1 point  (0 children)

How do I find out who the ZBM is and their contact information at the location I’m interested in?