Questions tagged [infobip]

51 questions
3
votes
1 answer

App crashes when received push from firebase on android 8+

I recently encountered the following problem: the application crashes when receiving push notifications on devices with Android version 8 and higher. Here is the stacktrace: #0. Crashed: main at com.google.firebase.iid.zzh.void…
2
votes
1 answer

onOverrideUrlLoading doesn't allow me to change url in Infobip Push Notification Plugin for Cordova

I'm new to Android and Cordova. I think I have solved a problem, but I don't know if there's a better way to solve this question. I have to send push notifications from a web service to cordova app. I'm using the infobip service and it works…
debiasej
  • 980
  • 1
  • 14
  • 26
1
vote
1 answer

'InfobipApiClient' is not defined

File "python.py", line 31, in infobip_client = InfobipApiClient(api_key=INFOBIP_API_KEY) NameError: name 'InfobipApiClient' is not defined im creating a python telegram bot . which have capability to send message to a user. i get…
1
vote
0 answers

Bottom-aligned paragraph in rtf template

I need to generate a report with a specific block of text at the bottom of one page from .rtf template using Oracle BI Publisher. I've tried many ways of positioning text in Word and other stuff, but OBIP ignores them all, besides, Oracle doesn't…
T1v1
  • 37
  • 7
1
vote
1 answer

How can I use Footnotes with Oracle BI Publisher

I am putting a footnote in an .rtf template, and before generating a report it seems ok, but when I load an XML sample and preview the document (.pdf or .doc etc.) the footnote content goes right into the body of my report (example is in the…
OutofBound
  • 39
  • 5
1
vote
0 answers

infobip api integration for 2FA in node.js

How to use 2FA (getting an otp during signup) using infobip in node.js? I have to use infobip during signup process by which user will get OTP and verify its mobile number.
1
vote
0 answers

Error code 1 occuring when connecting to Infobip's SMPP server (to send sms) using PHP

I am trying to connect to Infobip's SMPP server with the code below but am getting error code 1 invalid message format. Please could someone tell me what the problem is. Please could someone also tell me if there is a better code that I can use. The…
Yanki Twizzy
  • 7,771
  • 8
  • 41
  • 68
1
vote
0 answers

Detect Whatsapp image upload source

I am building an official Whatsapp channel for customer support. I am using Infobip messaging services and I want to identify two things from a whatsapp message: If the image uploaded by a Whatsapp user on an official whatsapp channel was taken in…
Rashmi Singh
  • 519
  • 1
  • 8
  • 20
1
vote
1 answer

how to substitute fixed value t to variable name into request. addparameter statement

I need to change the sender and 238045366373 to variable strings such that that can assume different values ata different times request.AddParameter("application/json", "{""messages"":[{""from"":""sender"",""to"":[""238045366373""],""text"":""May…
Pope
  • 55
  • 2
  • 8
1
vote
1 answer

Compiler Error Message: BC30002: Type 'RestClient' is not defined

I am trying to integrate a bulk SMS API. After following their sample code, I am getting Compiler Error Message: BC30002: Type 'RestClient' is not defined. The code is as below <%@ Page Language="VB" Debug = "true" ContentType="text/html" …
Pope
  • 55
  • 2
  • 8
1
vote
1 answer

cakephp-sms not working transport class not found

I am trying to send sms using cakephp-sms plugin The documentation is quite clear and brief. I installed it using Composer in my app/Plugin directory. I also installed xi-sms using composer. This was installed in the Vendor directory. In my…
Wasswa Samuel
  • 2,139
  • 3
  • 30
  • 54
1
vote
1 answer

GCM response NotRegistered after one hour

I have a problem with my application. About sending notifications via GCM. My application saves on my server the user register_id, notifications work perfect, but after an hour I get error NotRegistered. I have reviewed the documentation and in…
0
votes
0 answers

I have a problem when try to send SMS to my mobile by INFOBIP

I have a problem when send SMS I get 200 http status but message is not received to my mobile. THIS MY CODE try { // Create the connection to the Infobip API. URL url = new URL(BASE_URL + "/sms/2/text/advanced"); …
0
votes
0 answers

Infobip 2FA SMS request error in simple node js app

I'm using Infobip free trial account and trying to implement the two-factor authentication SMS feature (following this Infobip SMS2FA) in my node js app. So, I am facing an error which I'm guesing is an issue that it cant't get to the API. But my…
Lisa
  • 53
  • 1
  • 10
0
votes
1 answer

How to send attachments with Infobip Email API?

I'm trying to send email message to multiple receivers with attachments trough Infobip. Because Infobip Email API doesn't support sending email to multiple receivers I'm sending email with RestSharp and I have stuck with how to send…
Matija Sestak
  • 393
  • 1
  • 10
1
2 3 4