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
On receiving the API request, store entries in message_request_queue, message_receiver(if already an entry of receiver_id doesn't exist), and manual_message(if already an entry of matching message_template_id, parameters and next_trigger_details doesn't exist)
No need to create entry in message_rule table.
Out of scope:
Being able to send automated message to subjects/users or manual message to subjects
Testing notes
Should work end-to-end along with #825 in sending messages to non-active users
The text was updated successfully, but these errors were encountered:
AC:
{
triggerType: 'manual/automated',
receiverType: 'Subject/User',
messageTemplateId: 12345,
parameters: [@name]
userIds: [123, 456, 789]
}
Technical details:
Out of scope:
Being able to send automated message to subjects/users or manual message to subjects
Testing notes
Should work end-to-end along with #825 in sending messages to non-active users
The text was updated successfully, but these errors were encountered: