POST /guilds

create guild

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
channels No
region String No
afk_channel_id String No
explicit_content_filter String No
description String No
verification_level String No
roles[] Array No
roles[].id String No
roles[].name String No
roles[].mentionable String No
roles[].hoist String No
roles[].unicode_emoji String No
roles[].permissions String No
roles[].color String No
system_channel_flags String No
default_message_notifications String No
system_channel_id String No
name String No
preferred_locale String No
afk_timeout String No
icon String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.