provider Attachments GET /message_templates/{message_template_id}/download/{attachment_link_id}
@utdk/front /message_templates/{message_template_id}/download/{attachment_link_id}
Download attachment for a message template
Download an attachment file for a given message template ID Required scope: `attachments:read`
message_template_id path required
The Message Template ID
string
attachment_link_id path required
The Attachment ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

downloadAttachmentForAMessageTemplate
GET/message_templates/{message_template_id}/download/{attachment_link_id}
Download an attachment file for a given message template ID Required scope: `attachments:read`

Parameters

required

The Message Template ID

required

The Attachment ID

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.downloadAttachmentForAMessageTemplate({
  "message_template_id": "rsp_1v3ef",
  "attachment_link_id": "fil_55c8c149"
})