Commit Graph

11 Commits

Author SHA1 Message Date
Niloth P
c634cdc349 integration_url_modal: Support boolean URL params defaulting to true. 2026-04-11 22:36:08 -05:00
Niloth P
ae1fbd239d integrations: Rename WebhookUrlOption's validator to input_type.
And convert its type from `Callable` to `str`.

It's type was previously set to a string in the frontend, and validator
functions in the backend, which were never called.
2026-04-11 22:36:08 -05:00
Niloth P
d0faf4d242 incoming-webhooks-reference: Move the section on negative tests. 2026-03-12 14:59:16 -07:00
Niloth P
f21b270cf5 incoming-webhooks-reference: Elaborate on event-type HTTP headers. 2026-03-12 14:59:16 -07:00
Niloth P
9cd36d6519 incoming-webhooks-reference: Move the sections on HTTP headers. 2026-03-12 14:59:16 -07:00
Niloth P
0e8feb285e incoming-webhooks-reference: Move the section on custom URL parameters. 2026-03-12 14:59:16 -07:00
Niloth P
7e660c43d0 incoming-webhooks-walkthrough: Improve some section titles.
In preparation for migration to the reference doc.

"Register" and "Registry" are the terms used in the code comments,
but the walkthrough has not used them so far. So, this commit also
introduces these terms in the first paragraph of the section.
2026-03-12 14:59:16 -07:00
Niloth P
93237d921d incoming-webhooks-walkthrough: Recommend direct use of WebhookUrlOption. 2026-03-12 14:59:16 -07:00
Niloth P
5ebf95fb26 docs: Add a reference doc for incoming webhooks. 2026-03-12 14:59:16 -07:00
The Dance
a82d7b8476 webhooks: Add function to guess Zulip username.
This implements a function to find a Zulip user
that match an external service username.
2026-01-29 16:12:41 -08:00
Lauryn Menard
73f374070c docs: Add incoming webhooks integrations section.
Revises the existing API documentation pages for incoming webhooks,
and adds it to the developer documentation at RTD.

Preparation for removing this content from the API documentation,
and redirecting those pages to the new RTD pages.

Co-authored-by: Alya Abbott <alya@zulip.com>
Co-authored-by: Niloth P <20315308+Niloth-p@users.noreply.github.com>
2026-01-06 10:11:58 -08:00