Skip to content

retrieve a contact by email #33

Open
@shpsyte

Description

@shpsyte

Either change/add a endpoint to retrieve a contact by their email

resend.contacts.get({
meail: email,
audienceId: '78261eea-8f8b-4381-83c6-79fa7120f1cf',
});

or
update the response of create a new contact by adding a prop saying if it was new or not

data: { object: 'contact', id: 'd609e3c4-4bcc-4bcc-9ccb-0b074a91442c' , new: true/false},

my workaround is saving the ID in my database, but it would be grate having this feature

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions