budibase icon indicating copy to clipboard operation
budibase copied to clipboard

Action to send attachment or link to attachment

Open l1z4a opened this issue 2 years ago • 6 comments

I have the need to send an attachment to another system when a form is submitted or else send a download link to an attachment when the form is submitted. Is there a way to do that directly in Budibase? If not could someone point me to documentation on how I can create a custom automation action to get attachments out of Budibase?

l1z4a avatar Oct 31 '21 03:10 l1z4a

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 30 '21 04:12 stale[bot]

Desperately need this feature, any developer working on this ?

mayanktiwaridotcom avatar Jun 09 '22 10:06 mayanktiwaridotcom

@mayanktiwaridotcom please stop spamming.

This isn't scheduled on the immediate roadmap, so I can't give you a timeline. We are always happy to accept PRs or you can fork in the meantime if this is something you desperately need.

Thanks

shogunpurple avatar Jun 09 '22 10:06 shogunpurple

@shogunpurple Sorry to bother, but Actually I found lot of posts facing same issue so just to highlight and keep the thread active I commented on All of them.

mayanktiwaridotcom avatar Jun 09 '22 10:06 mayanktiwaridotcom

I am not familiar with the framework which is used thus not able to help much :(

mayanktiwaridotcom avatar Jun 09 '22 10:06 mayanktiwaridotcom

Automation can do it

On row updated -> query row (filter on row id) -> send email with HTML contents:

<a href="http://localhost:10000{{steps.1.rows.0.attachment.0.url}}">Download link</a>

(change localhost to your server name and port)

druggedhippo avatar Aug 04 '22 01:08 druggedhippo

This issue has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Oct 12 '22 09:10 stale[bot]