Questions tagged [infobip]
51 questions
0
votes
0 answers
How do I receive an sms reply after sending an sms with infobip
I have a .net core webapi application that sends promotional sms to my users using infobip, I use the following code to send the sms using infobip nugget package:
var infobipMessage = new InfobipAuthKeyMessageDto
{
…

mahmoudmh
- 51
- 1
- 7
0
votes
1 answer
How to integrate whatsapp in servicenow?
I am trying to integrate whatsapp in servicenow instance. I tried to use twilio and infobip to achieve this but not able to configure properly. Can someone assist?
I tried twilio and infobip to integrate whatsapp. I want to be able to send messages…

Gunashekar n
- 1
- 1
0
votes
1 answer
infobip chatbot fetching data
TypeError: invokeMember (get) on com.infobip.bot.engine.anticorruption.external.coding.execution.CodingAttributeApi@5c7c1bc1 failed due to: Arity error - expected: 1 actual: 2
found a error while fetching data from api.
i hit a api got back the…
0
votes
1 answer
Infobip SMS bulk messages API with flutter/dart
My post request doesn't work
I've tried running this but i end up with :
{"requestError":{"serviceException":{"messageId":"UNAUTHORIZED","text":"Invalid logindetails"}}}
This is my code :
data() async {
final client = HttpClient();
final request…

Mr. Poopybutthole
- 214
- 3
- 5
0
votes
1 answer
A local or parameter named 'turnContext' cannot be declared in this scope because that name
I've a chatbot using Bot framework and I want to connect it to WhatsApp channel using the Infobip adapter and I'm getting 2 errors:
A local or parameter named 'turnContext' cannot be declared in this scope because that name
2.A local or parameter…

hamzah jazi
- 1
- 1
0
votes
2 answers
Unhandled exception. System.AggregateException: Some services are not able to be constructed
I have a chatbot using Bot framework C# language and I'm trying to connect it to WhatsApp channel using Infobip adapter but I'm getting error message says :Unhandled exception. System.AggregateException: Some services are not able to be…

hamzah jazi
- 1
- 1
0
votes
1 answer
Spring data jdbc and querydsl calls in one transaction do not work
I'm using spring-boot-starter-data-jdbc and infobip-spring-data-jdbc-querydsl-boot-starter(5.4.2) together.
In my tests with org.springframework.transaction.annotation.Transactional annotation I have the following code:
@Transactional
void test() {
…

user3435425
- 192
- 1
- 18
0
votes
1 answer
Infobip API. How to create list of list of objects by api
I would like to create custom attribute list of list of objects in Infobip by API.
I have try to sent POST but in doesn't work.
Can you give me please the example of POST request to create the list of the list.
Thx!
Off Doc:…

Motiio
- 3
- 1
- 2
0
votes
2 answers
How to personalise email on infobip
Please how can I add custom placeholder to the portal editor for infobip email service.
I have created a template with the portal design editor and I want to dynamically add placeholders like the recipients first name or the recipients and invoice…

Vixson
- 589
- 7
- 8
0
votes
1 answer
arabic messages with postman received as '???????'
I need to send an Arabic message with postman. I recieve the text as ??????? instead of arabic characters.
here's the body of my request in postman :
{
"authentication": {
"username": "myusernam",
"password": "mypassword"
},
"messages": {
…

safa
- 1
- 2
0
votes
1 answer
How to connect to API using Restsharp
I am trying to connect to an API using RestSharp however I am getting the following error:
A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because…

Walters
- 119
- 16
0
votes
0 answers
how to send email using infobip service
I am now developing a web application and it needs to send emails.
I first used smtp service and for some reason I have chosen infobip.com for emailing service.
It has good documentations on api so I followed the tutorial.
The problem is even though…

Myong.W
- 1
- 2
0
votes
1 answer
Infobip badrequest generic log
I'm trying send a e-mail but I only receive bad-request message. Just it. This is my code.
const request = require('request');
var options = {
url: 'https://ln....api.infobip.com/email/1/send',
reqType: "POST",
json:{
from: 'Sender…

rodrigofbm
- 31
- 1
- 6
0
votes
1 answer
infobip delivery reports and logs
I'm using Infobip SMS API to send SMSs to single and muliple destinations, but the delivery reports and SMS logs I get are overwhelming to my users, I want to display just part of the report for each SMS sent. Here is a sample of a JSON report my…

Eddy Khalfan
- 31
- 4
0
votes
1 answer
Access relative to image. Jhipter Spring Boot
I have a project with Jhipster ( Spring Boot ) and I need to add as an attachment to an email that generated an image.
The problem is that I do not know where I should locate the image inside the back-end folders or how to make a relative reference…

Jose
- 1,779
- 4
- 26
- 50