Reply.io integration (Marketing, Communication). Imported from open-connector.
https://api.reply.io/v3/whoami
/v3/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| top | integer | optional | Maximum number of contacts to return. Reply.io defaults to 25. |
| skip | integer | optional | Number of contacts to skip before returning results. |
/v3/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Contact email address. | |
| firstName | string | optional | Contact first name. |
| lastName | string | optional | Contact last name. |
| company | string | optional | Contact company name. |
| title | string | optional | Contact job title. |
| phone | string | optional | Contact phone number. |
| city | string | optional | Contact city. |
| state | string | optional | Contact state or province. |
| country | string | optional | Contact country. |
| industry | string | optional | Contact industry. |
| companySize | string | optional | Contact company size range. |
| timeZone | string | optional | Contact timezone identifier. |
| linkedInProfile | string | optional | Contact LinkedIn profile URL. |
| linkedInSalesNavigator | string | optional | Contact LinkedIn Sales Navigator URL. |
| linkedInRecruiter | string | optional | Contact LinkedIn Recruiter URL. |
| notes | string | optional | Notes to store on the contact. |
| ownerUserId | integer | optional | Reply.io user ID that should own the contact. |
| customFields | array | optional | Custom field values to store on the contact. |
/v3/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Reply.io resource ID. |
/v3/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Reply.io contact ID to update. |
| string | optional | Contact email address. | |
| firstName | string | optional | Contact first name. |
| lastName | string | optional | Contact last name. |
| company | string | optional | Contact company name. |
| title | string | optional | Contact job title. |
| phone | string | optional | Contact phone number. |
| city | string | optional | Contact city. |
| state | string | optional | Contact state or province. |
| country | string | optional | Contact country. |
| industry | string | optional | Contact industry. |
| companySize | string | optional | Contact company size range. |
| timeZone | string | optional | Contact timezone identifier. |
| linkedInProfile | string | optional | Contact LinkedIn profile URL. |
| linkedInSalesNavigator | string | optional | Contact LinkedIn Sales Navigator URL. |
| linkedInRecruiter | string | optional | Contact LinkedIn Recruiter URL. |
| notes | string | optional | Notes to store on the contact. |
| ownerUserId | integer | optional | Reply.io user ID that should own the contact. |
| customFields | array | optional | Custom field values to store on the contact. |
/v3/sequences
| Param | Type | Required | Description |
|---|---|---|---|
| top | integer | optional | Maximum number of sequences to return. Reply.io defaults to 25. |
| skip | integer | optional | Number of sequences to skip before returning results. |
| status | string | optional | Sequence status to filter by. |
| ownerUserId | integer | optional | Reply.io user ID that owns the sequence. |
| folderId | string | optional | Reply.io sequence folder UUID. |
| isArchived | boolean | optional | Whether to return archived or non-archived sequences. |
| name | string | optional | Case-insensitive partial sequence name filter. |
/v3/sequences/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Reply.io resource ID. |
/v3/sequences/{id}/start
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Reply.io resource ID. |
/v3/sequences/{id}/pause
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Reply.io resource ID. |