POST /realm/test_welcome_bot_custom_message

Sends a test Welcome Bot custom message to the acting administrator. This allows administrators to preview how the custom welcome message will appear when received by new users upon joining the organization.

Changes: New in Zulip 11.0 (feature level 416).

Servers

Request headers

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

Default value: "application/x-www-form-urlencoded"

Request body fields

Name Type Required Description
welcome_message_custom_text String Yes

Custom message text, in Zulip Markdown format, to be used for this test message.

Maximum length is 8000 Unicode code points.

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.