Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

[APP] Telstra Messaging API #92

Closed
ajlowndes opened this issue Nov 9, 2019 · 2 comments
Closed

[APP] Telstra Messaging API #92

ajlowndes opened this issue Nov 9, 2019 · 2 comments
Labels
app new app
Projects

Comments

@ajlowndes
Copy link

Name of app / service
Telstra Messaging API

Link to developer documentation
https://dev.telstra.com/content/messaging-api

Is lack of support preventing you from building workflows, or do you have a workaround?
Don't have a workaround at the moment. I use Telstra Messaging API instead of Twilio but I cannot find a way to modify the "twilio" pipedream integration to work with this instead.

Are there specific app events you'd like to see as triggers (event that run a workflow)?
I want to modify the "Relay a message from a Twilio SMS webhook to another phone number" to work with Telstra Messaging API instead of Twilio.

Are there specific actions you'd use for this app?
None other than the above (/unsure).

@ajlowndes ajlowndes added the app new app label Nov 9, 2019
@dylburger dylburger added this to We're Working On It in Roadmap Nov 9, 2019
@dylburger
Copy link
Contributor

@ajlowndes I setup the Messaging API as a connected account in Pipedream. Here's an example workflow that sends an SMS: https://pipedream.com/@dylburger/telstra-send-sms-test-p_pWC15M/edit .

This is the default code that you'll get when you add a new step, select Telstra as an app, and "Run Node.js code with Telstra").

You may already be aware of this, but the Messaging API has an interesting OAuth integration. There's no app managed by Pipedream where you go through the traditional OAuth flow and let us authorize requests on your behalf. Instead, you create your own app, which generates a client ID / secret.

You'll be asked to enter that client ID / secret when you connect your Telstra account, and we'll take care of generating the access tokens (the code sample shows you how that works).

Let me know if this works for you and if you have any additional feedback / questions!

@dylburger dylburger moved this from We're Working On It to Shipped in Roadmap Nov 11, 2019
@ajlowndes
Copy link
Author

Awesome, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
app new app
Projects
Roadmap
  
Shipped
Development

No branches or pull requests

2 participants