Skip to content

feat: delete contacts by email#17

Merged
ferreiro merged 5 commits intomainfrom
delete-by-email
Sep 29, 2025
Merged

feat: delete contacts by email#17
ferreiro merged 5 commits intomainfrom
delete-by-email

Conversation

@ferreiro
Copy link
Copy Markdown
Contributor

@ferreiro ferreiro commented Sep 29, 2025

letting you delete contacts from SMASHSEND by email.
Added this new API endpoint for jungle, and updating the SDK ofc!


Note

Adds a new Contacts.deleteByEmail SDK method (URL-encodes emails) with unit tests and an example script.

  • SDK/API:
    • Add Contacts.deleteByEmail(email) calling DELETE /contacts/by-email/{encodedEmail}.
  • Tests:
    • Add unit tests for contacts.deleteByEmail (including special-character encoding) and contacts.delete.
  • Examples:
    • Add examples/delete-contact-by-email.ts demonstrating deletion by email and handling special characters.

Written by Cursor Bugbot for commit 3d54cb7. This will update automatically on new commits. Configure here.

@ferreiro
Copy link
Copy Markdown
Contributor Author

bugbot run

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@ferreiro ferreiro merged commit 5e66058 into main Sep 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant