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
if we try to createDoiContact for a user that has been blacklisted before api returns an exception:
Message: [400] Client error: POST https://api.sendinblue.com/v3/contacts/doubleOptinConfirmation resulted in a 400 Bad Request response:
{"code":"invalid_parameter","message":"This sms number or email address is already associated with another user. Please (truncated...)
Code: 400 Class: SendinBlue\Client\ApiException
#0 /var/www/app/tags/dev/vendor/sendinblue/api-v3-sdk/lib/Api/ContactsApi.php (985) :: SendinBlue\Client\Api\ContactsApi::createDoiContactWithHttpInfo
in the times before this updated the contact and triggered a new Doi sign in.
how should a blacklisted contact now be signed in ?
The text was updated successfully, but these errors were encountered:
if we try to createDoiContact for a user that has been blacklisted before api returns an exception:
Message: [400] Client error:
POST https://api.sendinblue.com/v3/contacts/doubleOptinConfirmation
resulted in a400 Bad Request
response:{"code":"invalid_parameter","message":"This sms number or email address is already associated with another user. Please (truncated...)
Code: 400 Class: SendinBlue\Client\ApiException
#0 /var/www/app/tags/dev/vendor/sendinblue/api-v3-sdk/lib/Api/ContactsApi.php (985) :: SendinBlue\Client\Api\ContactsApi::createDoiContactWithHttpInfo
in the times before this updated the contact and triggered a new Doi sign in.
how should a blacklisted contact now be signed in ?
The text was updated successfully, but these errors were encountered: