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
$apiInstance = new DefaultApi(
new GuzzleHttp\Client(),
$config
);
now when i add $notification->setIncludeExternalUserIds(['EXTERNAL_ID']);
It gives an error {"errors":["Please include a case-sensitive header of Authorization: Basic \u003cYOUR-REST-API-KEY-HERE\u003e or Bearer
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
i wanted to send to a specific user with an external id .
so how to change this.
$config = Configuration::getDefaultConfiguration()
->setAppKeyToken(APP_KEY_TOKEN)
->setUserKeyToken(USER_KEY_TOKEN);
$apiInstance = new DefaultApi(
new GuzzleHttp\Client(),
$config
);
now when i add $notification->setIncludeExternalUserIds(['EXTERNAL_ID']);
It gives an error {"errors":["Please include a case-sensitive header of Authorization: Basic \u003cYOUR-REST-API-KEY-HERE\u003e or Bearer
Code of Conduct
The text was updated successfully, but these errors were encountered: