To add external activity into DailyBot, you should send a POST request to your unique Activity tracking URL. You can send the payload with your custom implementation, or you can use a service such as Zapier.
The accepted parameters are the following:
If everything goes well, the service will respond with HTTP 200, empty body. If the user_email or user_uuid does not match any user of your organization, the response will be HTTP 404.
The activity tracked can be included in any stand-up or check-in reports. Such activity will be seen in @DailyBot's chatbot reports (sent to channels or DMs) or on the web app reports.
To make sure the activity is displayed, enable the activity tracking for the check-ins where you want to have this behavior.
1. Go to the check-in settings
2. Click Sharing, and then activate the "Activity tracking" on the advanced options section
There will be a new column automatically added to the check-in responses and it will contain any activity that was logged in the period starting 24 hours previous to the check-in response, and until end of the day current response.