Tool to retrieve contacts from an EmailOctopus list. Returns a paginated list of contacts with optional filtering by tag, status, and date ranges.
tagstringFilter contacts by a specific tag. Only contacts with this tag will be returned.
limitintegerMaximum number of contacts to return per page (1-100, default 100)
statusstringFilter contacts by subscription status. Defaults to 'subscribed' if not specified.
list_idRequiredstringThe unique identifier (UUID) of the EmailOctopus list. Use the 'Get All Lists' action to retrieve available list IDs.
created_at_gtestringFilter by creation date - greater than or equal to. Must be in ISO 8601 format (e.g., 2024-01-19T12:14:28Z).
created_at_ltestringFilter by creation date - less than or equal to. Must be in ISO 8601 format (e.g., 2024-01-19T12:14:28Z).
starting_afterstringCursor token for pagination. Use the 'starting_after' value from the previous response's paging.next to fetch the next page.
last_updated_at_gtestringFilter by last update date - greater than or equal to. Must be in ISO 8601 format (e.g., 2024-01-19T12:14:28Z).
last_updated_at_ltestringFilter by last update date - less than or equal to. Must be in ISO 8601 format (e.g., 2024-01-19T12:14:28Z).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.