POST /apiv2/trackingUpdateNotifications/create

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
id Integer No
verifiedSmsFromName Object No
verifiedSmsFromName.id Integer No
verifiedSmsFromName.smsFromName String No
verifiedSmsFromName.companyId Integer No
verifiedSmsFromName.accountSid String No
verifiedSmsFromName.messagingServiceSid String No
name String Yes
trackingUpdateNotificationCompanySettings[] Array No
trackingUpdateNotificationType Integer No

1 = Sms, 2 = Email

Valid values:

  • 1
  • 2
template String No
company Object No
company.id Integer No
company.name String No
company.email String No
company.isDisabled Boolean No
company.accountCode String No
company.phone String No
company.displayName String No
company.enterpriseTier Integer No

1 = TierOne, 2 = TierTwo, 3 = TierThree, 4 = TierFour, 5 = TierFive

Valid values:

  • 1
  • 2
  • 3
  • 4
  • 5
company.companyType Integer No

1 = System, 2 = Reseller, 3 = Broker, 4 = Client, 5 = Enterprise

Valid values:

  • 1
  • 2
  • 3
  • 4
  • 5
companyId Integer No
enabled Boolean No
verifiedSmsFromNameId Integer No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.