Skip to content

configuration for an external id users #22

@YasiYaseen

Description

@YasiYaseen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions