bytechefhq / bytechefhq/bytechef

[component]: Twillio SMS

Open
#388 0 comments 0 reactions 1 assignee Assigned to @monikakuster View on GitHub
backend workflow-component
Dominant language
Java
Stars
1k
Forks
170
Avg merge
11h 25m
Merged PRs (30d)
115

Description

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

Technical details:
https://www.twilio.com/docs/openapi

Java client:
https://github.com/twilio/twilio-java

Acceptance Criteria

List of implemented actions:

- [x] send sms
- [x] send whatsapp message

List of implemented triggers:

- [ ] new incoming SMS
- [x] new whatsapp message
- [ ] voice calls https://www.twilio.com/docs/voice/tutorials/how-to-respond-to-incoming-phone-calls/java, twilio.com/en-us/blog/incoming-phone-calls-java-twilio

Additional tasks:

- [x] Replace java SDK with direct http client calls
- [ ] Define custom authorization and add `accountSid` and `authToken` properties instead of `username` and `password`
- [ ] Check why again `accountSid`has to be set as a property for `sendSms` action

**Definition of Done:**

- [ ] Unit/Integration tests
- [ ] Connection setup steps
- [ ] Guidejar tutorial for connection setup
- [ ] Documentation is generated and available

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.