Template description for sendfox
Tool to remove a contact from a specific list in sendfox. use when you need to disassociate a contact by its id from a sendfox list.
Tool to retrieve a list of automations. use when you need to list all automations for your sendfox account.
Tool to retrieve a paginated list of campaigns. use when you need to fetch campaigns in batches or implement pagination. example: "fetch campaigns page 2 with 50 per page.".
Tool to retrieve a contact by their email address. use when you need to fetch an existing contact’s details by providing their email.
Tool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information.
Tool to retrieve a list of user contact fields. use when you need to discover all contact field metadata before creating or updating contacts. use after authentication is complete.