HomeGuidesAPI ReferenceRelease notes
Log In
API Reference

Create Destination

Create a new destination

  • base_destination_create (DestinationCreateBase): Required. The payload that includes:
    • name (str): Name of the new destination.
    • integration_id (UUID): Unique identifier of the integration to which the destination would be created.
      For Microsoft Teams, Email, or Webhook, omit this and set integration_type to teams, email, or
      webhook on the first destination for that channel so a tenant integration row is created automatically
      (Teams webhook URLs, Email recipient lists, and Webhook URLs/headers live on each destination's params).
    • integration_type (IntegrationType): Optional. Must be teams, email, or webhook when
      integration_id is omitted. When integration_id is set, you may pass slack, teams, email, or
      webhook for a consistent payload shape; it must match the integration's type or be omitted.
    • params (dict): Additional parameters for the creation of the destination.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 300
IntegrationType | null
params
object
required
Responses

404

Not Found

422

Unprocessable Entity

500

Internal Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json