zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationPostbackEventWritable

    ConversationPostbackEventWritable: EventSubSchema & {
        payload?: {
            conversation?: ConversationTruncated;
            postback?: PostbackWebhook;
            source?: SourceWithCampaignWebhook;
            user?: UserWritable;
        };
    }

    conversation:postback

    Type declaration