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 a non-Agency account, attempting to send transactional email using a client constructed with Transactional.Authenticate.ByClientApiKey() fails with 102: Invalid ClientID. I was able to workaround using ByAccountApiKey() and supplying the account ClientID.
I’m unsure if this is the intended behaviour as there’s no documentation and no sample code, but it seems unlikely you would need an IAgencyTransactional client on a non-Agency account.
The text was updated successfully, but these errors were encountered:
On a non-Agency account, attempting to send transactional email using a client constructed with
Transactional.Authenticate.ByClientApiKey()
fails with102: Invalid ClientID
. I was able to workaround usingByAccountApiKey()
and supplying the account ClientID.I’m unsure if this is the intended behaviour as there’s no documentation and no sample code, but it seems unlikely you would need an
IAgencyTransactional
client on a non-Agency account.The text was updated successfully, but these errors were encountered: