Question

Need help with a script for to save attachments

  • 13 April 2024
  • 2 replies
  • 16 views

Hello everyone!

I am looking for someone that can help me to add a script that will automate the download of attachments based upon tags assigned.  If this is something you could assist us with implementing, please reach out.  Thank you!

 

Jay


2 replies

Userlevel 1
Badge +4

Hi there!

Cat here from the Front support team. One possible solution here would be to use webhooks to trigger API calls. The webhook could be called when a specific tag/s is added to a conversation, something like
WHEN

  • tag ABC is added to a conversation

IF

  • conversation is in inbox DEF

THEN

  • Trigger webhook [webhook_link]

Your API script would then be triggered by the webhook.

If that wouldn’t solve your workflow, could you please share a bit more detail about your use case?

Cheers,
Cat

Thank you for the info Cat.  Yes, it does look like we will need to create an API.  I am looking to engage someone to help us do that.

 

We already assign tags that identify the mail that we would need to process with the API.  We just want to save the attachment to a specific location, using the tags to name the file.  (It would be nice to save the email body - not  a requirement.)

 

Jay

Reply