-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels