PostGrid integration (Communication, Marketing). Imported from open-connector.
https://api.postgrid.com/print-mail/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| addressLine1 | string | required | The first line of the contact's address. |
| addressLine2 | string | optional | The second line of the contact's address. |
| city | string | optional | The city of the contact's address. |
| provinceOrState | string | optional | The state or province of the contact's address. |
| postalOrZip | string | optional | The postal or ZIP code of the contact's address. |
| countryCode | string | required | The ISO 3166-1 alpha-2 country code of the contact's address. |
| companyName | string | optional | The contact company name. Required when firstName is omitted. |
| firstName | string | optional | The contact first name. Required when companyName is omitted. |
| lastName | string | optional | The contact last name. |
| string | optional | The contact email address. | |
| phoneNumber | string | optional | The contact phone number. |
| jobTitle | string | optional | The contact job title. |
| description | string | optional | An optional description visible in PostGrid and the dashboard. |
| metadata | object | optional | Metadata key-value pairs stored with the PostGrid resource. |
| skipVerification | boolean | optional | Whether PostGrid should skip address verification. |
| forceVerifiedStatus | boolean | optional | Whether PostGrid should force this contact to verified status. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | The number of resources to skip before returning results. |
| limit | integer | optional | The maximum number of resources to return. |
| search | string | optional | An unstructured search string or a JSON string representing a PostGrid structur… |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The PostGrid contact ID. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The PostGrid contact ID. |
/templates
| Param | Type | Required | Description |
|---|---|---|---|
| html | string | optional | The HTML content of the template. |
| description | string | optional | An optional description visible in PostGrid and the dashboard. |
| metadata | object | optional | Metadata key-value pairs stored with the PostGrid resource. |
/templates
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | The number of resources to skip before returning results. |
| limit | integer | optional | The maximum number of resources to return. |
| search | string | optional | An unstructured search string or a JSON string representing a PostGrid structur… |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The PostGrid template ID. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The PostGrid template ID to update. |
| html | string | optional | The replacement HTML content for the template. |
| description | string | optional | The replacement description for the template. |
| metadata | object | optional | Metadata key-value pairs stored with the PostGrid resource. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The PostGrid template ID. |