Inbox backup to AWS S3
Last updated
Last updated
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 and click Create bucket
, go with default settings. Make sure public access is OFF.
Go to the , 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
On the success-page, copy the Access key ID (public key), and the Secret access key (private key).
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.
and attach the policy from step 2.
for Kindly to use, it only needs Programmatic access, add this user to the group from step 3, skip tags.
Now that you have a key-pair, go to the Inbox Backup page in your Bot settings ().