SendFox integration (Communication, Marketing). Imported from open-connector.
https://api.sendfox.com/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search query for filtering contacts. |
| page | integer | optional | Page number to request from SendFox. |
| unsubscribed | boolean | optional | Whether to filter for unsubscribed contacts. |
| string | optional | Specific contact email address to filter by. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Contact email address. | |
| first_name | string | optional | Contact first name. |
| last_name | string | optional | Contact last name. |
| ip_address | string | optional | IP address associated with the contact. |
| lists | array | optional | SendFox list IDs to add the contact to. |
| contact_fields | array | optional | Custom contact field values to store on the contact. |
/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | SendFox contact ID. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | SendFox contact ID. |
| first_name | string | optional | Updated contact first name. |
| last_name | string | optional | Updated contact last name. |
| lists | array | optional | SendFox list IDs that replace the contact's current memberships. |
| contact_fields | array | optional | Custom contact field values to update on the contact. |
| contactId | string | required | Path parameter: contactId |
/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | integer | required | SendFox contact ID. |
/unsubscribe
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Contact email address to unsubscribe. |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search query for filtering contact lists. |
| page | integer | optional | Page number to request from SendFox. |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Contact list name. |
/lists/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | required | SendFox list ID. |
/lists/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | required | SendFox list ID. |
| name | string | optional | Updated contact list name. |
/lists/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | required | SendFox list ID. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | required | SendFox list ID. |
| query | string | optional | Search query for filtering contacts in the list. |
| page | integer | optional | Page number to request from SendFox. |
/lists/{listId}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | optional | SendFox list ID. |
| contact_id | integer | optional | SendFox contact ID. |
| listId | string | required | Path parameter: listId |
/lists/{listId}/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | integer | optional | SendFox list ID. |
| contact_id | integer | optional | SendFox contact ID. |
| listId | string | required | Path parameter: listId |
| contactId | string | required | Path parameter: contactId |