nyaruka / courier

Messaging gateway for RapidPro/TextIt.
Other
116 stars 69 forks source link

Add Extra Parameters Required by Africastalking Outgoing Message API When Using a Premium SMS Shortcode #281

Open morrismukiri opened 4 years ago

morrismukiri commented 4 years ago

According to Africastalking API documentation, we need to add the following parameters when sending requests to the SMS API:

To solve this, we need to add the missing parameters here https://github.com/nyaruka/courier/blob/2ddce08051585f8c6760103ab567e456ea38cac5/handlers/africastalking/africastalking.go#L131

We could do this by first adding a configuration on RapidPro's Channel configuration page the same way that we have "is Shared" checkbox, add "is a Premium Shortcode" checkbox and then add the keyword and retry duration if the checkbox value is true.

nicpottier commented 4 years ago

Yes, that all seems right, want to submit a PR?