Pigeon API // Staging
    Pigeon API // Staging
    • Introduction
    • Authentication
    • Integrations
    • Guides
      • Using Third-Party Cloud Storage
    • Requests
      • Requests
      • Create Request
      • List Requests
      • Get Request
      • List Organization Requests
      • Update Request
      • Delete Request
    • Documents
      • Documents
      • Get Document
      • Delete Document
      • List Request Documents
      • Delete Request Documents
      • List Request Item Documents
      • Download Document
      • Download Request Documents
      • Download Request Item Documents
    • Templates
      • Templates
      • List Templates
      • Create Template
      • Get Template
      • Update Template
      • Delete Template
      • List Organization Templates
    • RequestItems
      • Request Items
      • Create Request Item
      • List Request Items
      • Get Request Item
      • Update Request Item
      • Delete Request Item
      • Verify Request Item
    • Webhooks
      • Webhooks
      • Create Webhook Subscription
      • List Webhook Subscriptions
      • Get Webhook Subscription
      • Update Webhook Subscription
      • Delete Webhook Subscription
      • Get Webhook Signing Secret
    • Users
      • Get Current User
      • List Users
      • List Organization users
    • Contacts
      • List Contacts
      • Create or Update Contact
      • List Organization Contacts
    • Teams
      • List Teams
      • Get Team
    • Schemas
      • Schemas
        • CreateAuthMethod
        • CreateQuestionItem
        • RequestState
        • ResourceNotFoundModel
        • StorageProviders
        • SessionPayload
        • TEMPLATENotFoundModel
        • TEMPLATENotFoundModel
        • ORGANIZATIONNotFoundModel
        • ORGANIZATIONNotFoundModel
      • AuthMethod
      • CollaboratorPublic
      • CreateRecipientPostParams
      • ConnectionProvider
      • CreateRequestItem
      • CreateRequestPostParams
      • CreateRequestRecipient
      • CreateTemplatePostParams
      • CreateWebhookWithoutOrg
      • HTTPValidationError
      • DocumentNotFound
      • ItemType
      • DocumentPublic
      • FilenameFormat
      • RequestItemPublic
      • OrganizationNotFound
      • DocumentType
      • DocumentWithItemPublic
      • RequestPublic
      • RequestItemNotFound
      • RequestRecipientPublic
      • RequestNotFound
      • Language
      • RequestStatus
      • SendMethod
      • TemplatePublic
      • SortOrder
      • SessionPayloadPublic
      • TemplateNotFound
      • RecipientPublic
      • UpdateRequestItem
      • TeamNotFound
      • UpdateRequestPostParams
      • TeamPublic
      • UpdateTemplate
      • UpdateWebhook
      • UserRole
      • ValidationError
      • WebhookPublic
      • WebhookTopic
      • WebhookPublicWithSecret
      • WebhookNotFound
      • UserPublic

    CreateRequestPostParams(CreateRequestPostParams)

    {
        "recipients": [
            {
                "first_name": "string",
                "last_name": "string",
                "email": "user@example.com",
                "phone": "string",
                "language": "en-US",
                "id": "string",
                "auth_method": "NONE",
                "send_method": "EMAIL",
                "question_text": "string",
                "question_answer": "string"
            }
        ],
        "name": "string",
        "due_date": "2019-08-24T14:15:22.123Z",
        "expiration_date": "2019-08-24T14:15:22.123Z",
        "personal_message": "string",
        "notes": "string",
        "user_metadata": {
            "property1": "string",
            "property2": "string"
        },
        "language": "en-US",
        "reminders": 3,
        "first_reminder_date": "2019-08-24T14:15:22.123Z",
        "items": [],
        "collaborators": [],
        "cloud_storage_folder": "string",
        "cloud_storage_provider": "PIGEON",
        "owner_id": "string",
        "team_id": "string",
        "mfa_enabled": true,
        "template_id": "string",
        "skip_initial_notification": false,
        "overwrite_template_items": false
    }
    Built with