I want to create a call forwarding flow in twilio from java api
Asked
Active
Viewed 131 times
1 Answers
0
Twilio developer evangelist here.
There is a tutorial on call forwarding with Java that might help you out.
Alternatively, here is a tutorial for setting up call forwarding in Studio.
If you are looking to create the call forwarding flow itself in Studio using Java, the easiest thing to do is to create the flow in the Studio drag and drop editor, then export the flow as JSON. You can then use that JSON in the API to create a flow. There is a Java example for creating flows via the API here.

philnash
- 70,667
- 10
- 60
- 88
-
This was very helpful, https://www.twilio.com/docs/studio/user-guide#importing-and-exporting-flows. This link helped me solve my issue. thankyou. – contexttocall extension Feb 09 '22 at 06:31