ApiCall/Email/SMS sending without Liquid, performance improvement for array_overlaps
October 17, 2024
NEW
email_send
GraphQL mutation accepts new argument -email
- which allows to send email without Liquid, effectively removing necessity of usingapp/emails
directoryapi_call_send
GraphQL mutation accepts new argument -api_call
- which allows to send Api Call without Liquid, effectively removing necessity of usingapp/api_calls
directorysms_send
GraphQL mutation accepts new argument -sms
- which allows to send SMS without Liquid, effectively removing necessity of usingapp/smses
directory
IMPROVED
- performance improvement for
array_overlaps
filter
FIXED
- Fix for updating user profiles when deleted profile of the same type exists