Skip to main content
Level 2
September 1, 2026
Respondido

Configure Whatsapp credential inAjo

  • September 1, 2026
  • 2 comentários
  • 235 Visualizações

Hi Experience League Community,,

I am trying to configure WhatsApp API credentials in 
Adobe Journey Optimizer (AJO). When I enter my API Token 
and Business Account ID, I get the following error:

"(#100) Tried accessing nonexisting field 
(owned_whatsapp_business_accounts)"

Thanks

Melhor resposta por Pulkit_Jain_

@MandeepSi9 

The error occurs because AJO is calling Meta's API with an ID that isn't recognized as a Business Manager ID, the owned_whatsapp_business_accounts field only exists on a Business object, so if you enter any other id instead, Meta throws exactly this "(#100) nonexisting field" error.

To fix it, go to business.facebook.com/settings and grab the Business ID from the Business Info section at the top of the page (not the WhatsApp Business Account ID). Pair this with a System User access token — generated from a system user that has admin access to that Business.

Also double-check the token includes right scopes, and that the system user is assigned to the Business itself (not just the WABA) under Business Settings → Users → System Users.

2 comentários

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeResposta
Adobe Employee
September 1, 2026

@MandeepSi9 

The error occurs because AJO is calling Meta's API with an ID that isn't recognized as a Business Manager ID, the owned_whatsapp_business_accounts field only exists on a Business object, so if you enter any other id instead, Meta throws exactly this "(#100) nonexisting field" error.

To fix it, go to business.facebook.com/settings and grab the Business ID from the Business Info section at the top of the page (not the WhatsApp Business Account ID). Pair this with a System User access token — generated from a system user that has admin access to that Business.

Also double-check the token includes right scopes, and that the system user is assigned to the Business itself (not just the WABA) under Business Settings → Users → System Users.

Level 2
September 2, 2026

A lots of thanks ​@Pulkit_Jain_ .