Skip to content

Add Sequence Emails CRUD Methods#136

Open
n7studios wants to merge 8 commits into
add-list-subscribers-include-parameterfrom
add-sequence-emails-methods
Open

Add Sequence Emails CRUD Methods#136
n7studios wants to merge 8 commits into
add-list-subscribers-include-parameterfrom
add-sequence-emails-methods

Conversation

@n7studios
Copy link
Copy Markdown
Contributor

Summary

Adds support for the Sequences CRUD methods, which were added to the API on May 8th 2026:
https://developers.kit.com/changelog#may-8-2026

Testing

  • testGetSequenceEmails — Test that get_sequence_emails() returns the expected data.
  • testGetSequenceEmailsWithTotalCount — Test that get_sequence_emails() returns the expected data when the total count is included.
  • testGetSequenceEmailsPagination — Test that get_sequence_emails() returns the expected data when pagination parameters and per_page limits are specified.
  • testGetSequenceEmailsWithInvalidSequenceID — Test that get_sequence_emails() throws a ClientException when an invalid sequence ID is specified.
  • testCreateGetUpdateAndDeleteSequenceEmail — Test that create_sequence_email(), get_sequence_email(), update_sequence_email() and delete_sequence_email() works.
  • testGetSequenceEmailWithInvalidSequenceID — Test that get_sequence_email() throws a ClientException when an invalid sequence ID is specified.
  • testGetSequenceEmailWithInvalidEmailID — Test that get_sequence_email() throws a ClientException when an invalid email ID is specified.
  • testUpdateSequenceEmailWithInvalidSequenceID — Test that update_sequence_email() throws a ClientException when an invalid sequence ID is specified.
  • testUpdateSequenceEmailWithInvalidEmailID — Test that update_sequence_email() throws a ClientException when an invalid email ID is specified.
  • testDeleteSequenceEmailWithInvalidSequenceID — Test that delete_sequence_email() throws a ClientException when an invalid sequence ID is specified.
  • testDeleteSequenceEmailWithInvalidEmailID — Test that delete_sequence_email() throws a ClientException when an invalid email ID is specified.

Checklist

@n7studios n7studios added this to the 2.5 milestone May 18, 2026
@n7studios n7studios self-assigned this May 18, 2026
@n7studios n7studios requested review from a team, ciccio-kit and noelherrick and removed request for a team May 19, 2026 07:56
@n7studios n7studios marked this pull request as ready for review May 19, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant