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
In https://github.com/nyaruka/courier/blob/main/handlers/external/handler.go#L216 when a new message is received, the string "" is passed for the message ID. However many external providers may provide message IDs. It would be great if you could add an extra optional parameter (similar to date) for message ID in this provider, and from looking at the code I don't think it would be too complex?
The text was updated successfully, but these errors were encountered:
In https://github.com/nyaruka/courier/blob/main/handlers/external/handler.go#L216 when a new message is received, the string
""
is passed for the message ID. However many external providers may provide message IDs. It would be great if you could add an extra optional parameter (similar to date) for message ID in this provider, and from looking at the code I don't think it would be too complex?The text was updated successfully, but these errors were encountered: