Hello @SHAUN_KERSLAKE ,
@dsj have a solution about this in his blog. I think it could be very useful for you.
https://dsj23.me/2020/04/06/clickatell-sms-integration-with-ifs/
Ozgun Bal
@Ozgun BAL @dsj Thanks for providing this article.
I have followed the steps and tried to get it working, but within the IFS Application message I am getting following error:
Exception while sending data Caused by: ifs.fnd.connect.http.HTTPClient$UnauthorizedAccessException: POST error #401: Unauthorized access
The only element which could be causing an issue is where it says YOURAPIKEY in the below:
plsql_rest_sender_API.Call_Rest_EndPoint(rest_service_ =>
'SMS'
,
xml_ => bxml_,
callback_func_ =>
'P_L_S_Q_L_Rest_Test_API.REST_callback_Test'
,
http_method_ =>
'POST'
,
http_req_headers_ =>
'Content-Type: application/xml,Accept: application/xml,Authorization: YOURAPIKEY'
);
I have tried the API ID and the Auth Token within Clickatell REST API setup, but both don’t work.
Any help would be really appreciated
Thanks
Shaun
@Ozgun BAL @dsj Thanks for providing this article.
I have followed the steps and tried to get it working, but within the IFS Application message I am getting following error:
Exception while sending data Caused by: ifs.fnd.connect.http.HTTPClient$UnauthorizedAccessException: POST error #401: Unauthorized access
The only element which could be causing an issue is where it says YOURAPIKEY in the below:
plsql_rest_sender_API.Call_Rest_EndPoint(rest_service_ =>
'SMS'
,
xml_ => bxml_,
callback_func_ =>
'P_L_S_Q_L_Rest_Test_API.REST_callback_Test'
,
http_method_ =>
'POST'
,
http_req_headers_ =>
'Content-Type: application/xml,Accept: application/xml,Authorization: YOURAPIKEY'
);
I have tried the API ID and the Auth Token within Clickatell REST API setup, but both don’t work.
Any help would be really appreciated
Thanks
Shaun
Hi @SHAUN_KERSLAKE
You need to use the API key from the SMS integration. It’s after a long time I’m logging into clickatell portal and here’s my API key looks like
@Ozgun BAL thanks for referring my blog :) hope it is useful 😎
Cheers!
Damith