Skip to main content

ReferNotConnectedServiceProviderInput

No description

input ReferNotConnectedServiceProviderInput {
folderId: ID!
consumerConnectionId: String!
serviceProviderEmail: String!
messageBase64: String!
}

Fields

ReferNotConnectedServiceProviderInput.folderId ● ID! non-null scalar

The folderId gives the context of the referral, like what the journey type is and reference.

ReferNotConnectedServiceProviderInput.consumerConnectionId ● String! non-null scalar

The id of a consumer connection that has one of the following statuses: ACTIVE PENDING INVITED. Consumer connections which are EXPIRED or REJECTED cannot be used for a referral. In the latter case you have to add those consumers again to the folder, so that a new connection request is triggered.

ReferNotConnectedServiceProviderInput.serviceProviderEmail ● String! non-null scalar

The email of a service provider that is not connected to Linckr

ReferNotConnectedServiceProviderInput.messageBase64 ● String! non-null scalar

A guiding message for the service provider that is shown in the email. This message is returned in Base64 encoded format