@webitel/api-services
    Preparing search index...

    SendContactRequest sends contact information.

    interface WebitelImApiGatewayV1SendContactRequest {
        email?: string;
        metadata?: WebitelImApiGatewayV1SendContactRequestMetadata;
        name?: string;
        phoneNumber?: string;
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    email?: string

    Email must be valid if provided.

    Arbitrary metadata.

    name?: string

    Full name of the contact.

    phoneNumber?: string

    Phone number in E.164 format recommended.

    sendId?: string

    Optional send ID for idempotency.

    Recipient of the message.