Inbox backup to S3 bucket
You can schedule to receive daily dumps of conversations in the Inbox from us. This is useful if you e.g. want to routinely analyze your message data, or feed it to your own logging systems.
For this you will need Amazon Web Services, a S3 Bucket, and a user for Kindly to use.
Go to the S3 dashboard and click Create bucket, go with default settings. Make sure public access is OFF.
Go to the IAM dashboard, and click Create a policy.
Go to the JSON tab, add the following (note the wildcard at the end is needed for allowing all paths within the bucket):
Remember to replace MY_BUCKET with your actual bucket name
Create a group and attach the policy from step 2.
Create a user for Kindly to use, it only needs Programmatic access, add this user to the group from step 3, skip tags.
On the success-page, copy the Access key ID (public key), and the Secret access key (private key).
Navigate to Workspace -> Settings -> Inbox Backup app.kindly.ai/workspace/[ID]/settings/message-backups
If enabled in Kindly, the job will execute every night. It will upload a file for each language in the bot to a path structure like e.g. YYYY-MM-DD/INBOX-(BOTID)_BOTNAME-LOCALE-FILEPART. This file will include norwegian conversations for BOTNAME from 12am to 12pm, 31st of aug.