Skip to main content

ReferConnectedServiceProviderInput

No description

input ReferConnectedServiceProviderInput {
folderId: ID!
consumerConnectionId: String!
serviceProviderId: String!
messageBase64: String!
}

Fields

ReferConnectedServiceProviderInput.folderId ● ID! non-null scalar

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

ReferConnectedServiceProviderInput.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.

ReferConnectedServiceProviderInput.serviceProviderId ● String! non-null scalar

The id of a service provider that is connected to Linckr

ReferConnectedServiceProviderInput.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

Member of

referConnectedServiceProviders mutation