Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
SOLVED

SMS Custom Provider Token

Avatar

Level 5

Hi, I have a question regarding token/API key when configuring a new API Credentials for an SMS custom provider.

 

Here the cURL for sending an SMS (no neccesary to create a token for sending)

Silvio6_0-1762626684380.png

 

And then I have this cURL for token:

Silvio6_1-1762626724468.png

 

When I go to create the API credential, I have the API KEY option, what should I paste here, in Name = "Bearer" and in API token, the api_key? (based on first image cURL)

Silvio6_2-1762626766163.png

or should I generate a new token with the jwt option (2nd image cURL)

Silvio6_3-1762626883017.png

 

and then adding the authentication parameter in the header?

Silvio6_4-1762626913916.png

Here the custom payload I need to paste:

 

{
"message": "This is test and \n this is a new line",
"to": "+111111",
"bypass_optout": True,
"sender_id": "SMSto",
"callback_url": "https://example.com/callback/handler"
}


I've tried everything and I have failed authentication when trying to send Verification SMS 

Silvio6_5-1762627020806.png

 

I'm completly lost about this SMS configuration. Your help will be very valuable.

 

Thanks!

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Silvio6 Select the auth type as "OAuth Authentication", name as "bearer", and for the API token, provide the API key from SMSto (API_Key Documentation), and the rest of the details, take a look at the screenshot.

Screenshot 2025-11-08 at 11.15.57 PM.png

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/sms/configure-sms/sms-co...

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@Silvio6 Select the auth type as "OAuth Authentication", name as "bearer", and for the API token, provide the API key from SMSto (API_Key Documentation), and the rest of the details, take a look at the screenshot.

Screenshot 2025-11-08 at 11.15.57 PM.png

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/sms/configure-sms/sms-co...

Thanks, Sathees