bytechefhq/bytechef

[component]: InfoBip

Opened this issue · 0 comments

As a Workflow Developer
I want to be able to use the native InfoBip connector
So that I can send SMS messages in my workflows.

Technical details:
https://www.infobip.com/docs/api/channels

Java API client:
https://github.com/infobip/infobip-api-java-client

Acceptance Criteria

List of implemented triggers:

  • send sms
  • send whatsapp message

List of implemented triggers:

  • new incoming sms
  • new incoming whatsapp message

Additional tasks:

  • Replace java SDK with direct http client calls

Definition of Done:

  • Unit/Integration tests
  • Documentation