Skip to content

pull in 'extra data' to allow using tokens on non-contact/activity entities

JonGold requested to merge JonGold/smsapi:other-tokens into main

Email API can use tokens with any entity as a base. SMS API can only use contact and activity tokens. This is because emailapi has a more extensive alterApiParameters() function than smsapi. This MR brings parity.

Merge request reports