Adding an incoming webhook in a conversation
You can create an incoming webhook in a conversation to allow external apps to post messages to a Circuit conversation to notify participants about certain events. Messages can be posted on your behalf or on behalf of a bot user.
The Circuit domain administrator has to enable the Incoming Webhooks integration through the Manage applications > Apps tab.
- On the web client and Desktop App, select a conversation and then navigate to .
- Click Add new app.
- In the Add incoming webhook window, do the following:
- Enter a name for the incoming webhook.
- If the domain administrator has created and enabled bots for incoming webhooks, you can select a bot from the drop-down list to appear as the author of the messages. If no bot is selected, messages will be posted on your behalf.
The option to select a bot is hidden if no bot is enabled on the domain.
- Click Create.
- In the Incoming webhook URL window, click Copy to clipboard and, then, click Close.
Copy this URL to the external app that will be posting the messages.
If you want to copy again the webhook URL, hover over the app and click Edit > Copy.
Below you may find examples on the format you can add content in the external app:
{ "text" : "This is my main text with a https://www.google.com link to Google"}
Basic formatting:
{ "text": "*bold* `code` _italic_"}
37 people found this useful.
Me too / Not at all
Thank you for your rating.