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
|`content`\*| The base64 encoded file content (up to 10mb) |
23
+
|`content_id`| An optional unique `Content-ID` for the attachment, which will automatically set the attachment as `inline`. Currently only supported for [SendGrid](/integrations/email/sendgrid) and [Postmark](/integrations/email/postmark). |
23
24
24
25
```js title="An example attachment object"
25
26
{
@@ -29,7 +30,7 @@ Every attachment you send to Knock in your `data` payload should have the follow
29
30
}
30
31
```
31
32
32
-
**Note**: each attachment object must be less than 10mb but check with your email provider to see if they set a lower limit.
33
+
**Note**: each attachment object must be less than 10mb, but you should confirm whether your email provider has a lower limit.
0 commit comments