We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6364c57 commit 3330e1fCopy full SHA for 3330e1f
1 file changed
examples/contacts.py
@@ -33,7 +33,7 @@
33
print(updated)
34
35
cont_by_id: resend.Contact = resend.Contacts.get(
36
- email=contact["id"], audience_id=audience_id
+ id=contact["id"], audience_id=audience_id
37
)
38
print("Retrieved contact by ID")
39
print(cont_by_id)
0 commit comments