Hi,
I am trying to send an email notification on biz form with attachment. It works in CMS but there is no attachment when sending email notification via API.
I have a form which is setup to accept file upload and I tested to create a new record in the CMS, it sent out the email notification with attachment. However, when I create a web part for that form to send the notification, the email is sent but there is no file attachment.
Is there any way to set the attachment of the email? Thank you very much in advance.
I could be wrong but in v8 you called GetBizFormAttachmentLink() and it would generate the actual HTML you'd append to the body of the email being sent.
GetBizFormAttachmentLink()
hi Brenden,
Instead of the link to the file, can it be the attachment within the email?
That I'm not sure. I typically don't use the BizForm auto responder with attachments. I'll typically create a new setting and allow selection of an email template and attach a file that way, it's easier to work with.
Please, sign in to be able to submit a new answer.