Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ API actions are available as methods on the client object. Currently, the Conver
| Add subscriber to sequence | `#add_subscriber_to_sequence(sequence_id, email, options = {})` |
| List tags | `#tags` |
| Add subscriber to tag | `#add_subscriber_to_tag(tag_id, email, options = {})` |
| Remove tag from a subscriber | `#remove_tag_from_subscriber(subscriber_id, tag_id)` |
| Remove tag from a subscriber | `#remove_tag_from_subscriber(tag_id, subscriber_id)` |
| List forms | `#forms` |
| Add subscriber to form | `#add_subscriber_to_form(form_id, email, options = {})` |
| Unsubscribe | `#unsubscribe(email)` |
Expand Down