Get senders
Get the list of email senders in Subrite, with sender name, sender email and reply-to address. The sender id is the senderId you use when sending an email.
ReferenceView as Markdown
Get the list of email senders in Subrite, with sender name, sender email and reply-to address. The sender id is the senderId you use when sending an email.
Get the email sender list from Subrite.
GET{baseUrl}/api/v1/communications/email/senders[
{
id: 1,
createdAt: '2024-11-18T11:54:11.356Z',
metaData: null,
senderName: 'sender-name1',
senderEmail: 'sender@example.no',
replyTo: null,
communicationChannel: 'email',
},
{
id: 2,
createdAt: '2024-11-18T11:54:11.356Z',
metaData: null,
senderName: 'sender-name2',
senderEmail: 'sender2@example.no',
replyTo: null,
communicationChannel: 'email',
},
];Stay in the loop 🚀