POST api/Zapier/InsertSMSes
Insert sms record.
Request Information
URI Parameters
None.
Body Parameters
SMSIntegrationModelName | Description | Type | Additional information |
---|---|---|---|
date_and_time | date |
None. |
|
from_number | string |
None. |
|
to_number | string |
None. |
|
subject | string |
None. |
|
from_name | string |
None. |
|
to_name | string |
None. |
|
conversation_id | string |
None. |
|
message_id | string |
None. |
|
is_read | boolean |
None. |
|
system_type | string |
None. |
|
insured_database_id | globally unique identifier |
None. |
|
insured_email | string |
None. |
|
insured_first_name | string |
None. |
|
insured_last_name | string |
None. |
|
insured_commercial_name | string |
None. |
|
DatabaseId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "date_and_time": "2025-05-30T21:50:32.7048995-05:00", "from_number": "sample string 2", "to_number": "sample string 3", "subject": "sample string 4", "from_name": "sample string 5", "to_name": "sample string 6", "conversation_id": "sample string 7", "message_id": "sample string 8", "is_read": true, "system_type": "sample string 10", "insured_database_id": "58341bb4-632a-4479-a9f4-50e99dd3e520", "insured_email": "sample string 11", "insured_first_name": "sample string 12", "insured_last_name": "sample string 13", "insured_commercial_name": "sample string 14", "databaseId": "922a2f74-077f-4a5b-8c49-a15cb57e41ee" }
application/xml, text/xml
Sample:
<SMSIntegrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models"> <ConversationId>sample string 7</ConversationId> <DatabaseId>922a2f74-077f-4a5b-8c49-a15cb57e41ee</DatabaseId> <DateAndTime>2025-05-30T21:50:32.7048995-05:00</DateAndTime> <FromName>sample string 5</FromName> <FromNumber>sample string 2</FromNumber> <InsuredCommercialName>sample string 14</InsuredCommercialName> <InsuredDatabaseId>58341bb4-632a-4479-a9f4-50e99dd3e520</InsuredDatabaseId> <InsuredEmail>sample string 11</InsuredEmail> <InsuredFirstName>sample string 12</InsuredFirstName> <InsuredLastName>sample string 13</InsuredLastName> <IsRead>true</IsRead> <MessageId>sample string 8</MessageId> <Subject>sample string 4</Subject> <SystemType>sample string 10</SystemType> <ToName>sample string 6</ToName> <ToNumber>sample string 3</ToNumber> </SMSIntegrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseIdName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "c0dcd4af-e845-4167-a21d-b1adec14b771", "status": 0, "message": "sample string 2" }
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>c0dcd4af-e845-4167-a21d-b1adec14b771</DatabaseId> </NowCertsApiResultWithDatabaseId>