Teambition integration
This topic describes how to integrate Teambition with EventBridge by using an HTTP event source.
Background
Teambition is a team collaboration tool that provides digital collaboration services for enterprises and teams. EventBridge lets you quickly integrate Teambition events to notify registered users and handle exceptions.
Prerequisites
Step 1: Create an HTTP event source
In the EventBridge console, create an HTTP/HTTPS Events with the following settings. For more information, see Create a custom HTTP event source.
-
Request Type: Select HTTPS.
-
Request Method: Select POST.
-
Security Settings: Select Optional.
After you create the event source, find it in the event source list and click Details to see its configuration. The Internet Request URL serves as the webhook endpoint. The system automatically generates an internet request URL and an intranet request URL with a format similar to https://<accountID>.eventbridge.cn-hangzhou.aliyuncs.com/webhook/putEvents?.... You must use the internet request URL in the following steps to receive webhook events.
Step 2: Configure the Teambition webhook
-
Log in to the Teambition console.
-
Click Create Now. In the Create Application dialog box, set Application Type, Application Name, and Application Description, and then click Create.
-
In the left-side navigation pane, choose .
-
On the Webhook page, click Add, paste the Internet Request URL from Step 1: Create an HTTP event source, and then click Save.
Step 3: Trigger a test event
-
On the Webhook page, click Send Verification to the right of the URL you added.
Step 4: Verify the result
Log on to the EventBridge console.
In the top navigation bar, select a region.
In the left-side navigation pane, click Event Buses.
-
On the Event Buses page, find the target custom event bus and click Event Tracking in the Actions column to see the event details.