You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code that works with an inline template and an attachment, and code that works with a hosted template and no attachment.
When I try to use the hosted template with an attachment it is not included. Why is this? Is there a way to have an attachment sent with a hosted template?
I have removed any credentials from the below combined cdoe which should use a hosted template and include the attachment:
If the documentation is up to date, it seems it's not implemented yet.
Attachments Support in the Transmissions API
We have added support for attachments using the Transmissions API. Attachments can be any file type or inline images. In a future enhancement, we will include file type validation.
A few notes about this feature:
There is a 20 MB content size limit on each message, including content body and all attachments Attachments are supported with inline templates only. We may include support for attachments with stored templates in the future.
I have code that works with an inline template and an attachment, and code that works with a hosted template and no attachment.
When I try to use the hosted template with an attachment it is not included. Why is this? Is there a way to have an attachment sent with a hosted template?
I have removed any credentials from the below combined cdoe which should use a hosted template and include the attachment:
The text was updated successfully, but these errors were encountered: