-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProfilesApi::bulkSubscribeProfilesRequest not subscribing to a list. #69
Comments
Thank you for reaching out - are you receiving success responses for the
I would recommend using the API Developer Logs to review the API calls that are made to your Klaviyo account using the PHP SDK as there may be additional details about why a profile is not subscribed that described in the logs. If you'd like, I would recommend opening a Support Ticket so that the Klaviyo Support team can investigate your specific case. |
@cpcurtis1218 We are getting successful response and have confirmed that our list is set to Single Opt-in. This is happening while we're building out this feature, thus we're creating a new user every time. |
Are the profiles being created in the Klaviyo account by the Subscribe requests, or being created first and then the subscribe request is made after? Were you able to find the PHP SDK requests in the API Developer logs in the account? I notice from the example earlier that the email domain In order to troubleshoot further it would be helpful to be able to reference the Klaviyo account. In order to reference the Klaviyo account it would be best to open a Support ticket, as we will not share account specifics in a github thread. If you open a support ticket, please reference this github thread so that the ticket is directed to the correct team. |
While using the ProfilesApi to send
bulkSubscribeProfilesRequest
, we never receive "Subscribed to.." events.Identical payloads work within Postman but oddly don't work through the php-sdk.
Here is an example of the payload we send;
The text was updated successfully, but these errors were encountered: