You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hit an error "You do not have the 'send SMS' permission"
It seems when the callback URL is triggered by twilio, the user is anonymous which does not have the Send SMS permission due to which the callback ends up with an error.
Do we need to grant anonymous the Send SMS permission?
This isn't mentioned in any documentation
The text was updated successfully, but these errors were encountered:
Haven't used this extension in a while but this does ring a bell and I think you might be right.
IIRC we wrote this before Send SMS was a permission and so didn't encounter the error at that time. We then encountered it later but didn't fix it.
I suspect that this will require a hack/patch to core to add an 'ignore permissions check' or similar for when Send SMS is triggered via the call back.
Also a quick plug for https://github.com/3sd/civicrm-chatbot which covers a similar use case in case that is useful (might not be) and with the proviso that that extension is probably even less used that this one with all that that entails.
On 21/09/2020, at 20:33, Michael McAndrew ***@***.***> wrote:
Hey there,
Haven't used this extension in a while but this does ring a bell and I think you might be write.
IIRC we wrote this before Send SMS was a permission and so didn't encounter the error at that time. We then encountered it later but didn't fix it.
I suspect that this will require a hack/patch to core to add an 'ignore permissions check' or similar for when Send SMS is triggered via the call back.
Also a quick plug for https://github.com/3sd/civicrm-chatbot <https://github.com/3sd/civicrm-chatbot> which covers a similar use case in case that is useful (might not be) and with the proviso that that extension is probably even less used that this one with all that that entails.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABMIE7UJSRBQZ3USPWEDVM3SG4FVPANCNFSM4RUAJFGA>.
--------------------------------------------------------------------------------------------------
peter davis : fuzion
connect : campaign : communicate
www.fuzion.co.nz : +64 21 832 458
--------------------------------------------------------------------------------------------------
We hit an error "You do not have the 'send SMS' permission"
It seems when the callback URL is triggered by twilio, the user is anonymous which does not have the Send SMS permission due to which the callback ends up with an error.
Do we need to grant anonymous the Send SMS permission?
This isn't mentioned in any documentation
The text was updated successfully, but these errors were encountered: