LinkedIn · Schema

BatchCreateSponsoredMessageRequest

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000
View JSON Schema on GitHub

JSON Schema

linkedin-batchcreatesponsoredmessagerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchCreateSponsoredMessageRequest",
  "title": "BatchCreateSponsoredMessageRequest",
  "type": "string",
  "example": "\"{\\n    \\\"elements\\\": [ {\\n              \\\"bodySource\\\": {\\n         \\\"leadGenerationForm\\\": \\\"urn:li:adForm:434835\\\"\\n       },\\n               \\\"nextAction\\\":{\\n                  \\\"options\\\":[\\n                    {\\n                        \\\"replyType\\\": \\\"LEAD_GENERATION_THANK_YOU\\\",\\n                        \\\"optionText\\\": \\\"Visit website\\\"\\n                    },\\n                    {\\n                        \\\"replyType\\\": \\\"SIMPLE_REPLY\\\",\\n                                                \\\"nextContent\\\": \\\"urn:li:sponsoredMessageContent:(urn:li:sponsoredConversation:186604,14253)\\\",\\n                        \\\"optionText\\\": \\\"Simple reply\\\"\\n                    },\\n                    {\\n                        \\\"replyType\\\": \\\"EXTERNAL_WEBSITE\\\",\\n                        \\\"optionText\\\": \\\"Visit website\\\",\\n                        \\\"landingPage\\\": \\\"http://www.linkedin.com\\\"\\n                    }\\n                  ]\\n               }\\n        },{\\n            \\\"bodySource\\\": {\\n        \\\"text\\\": \\\"Sample text\\\"\\n      },\\n             \\\"nextAction\\\":{\\n                  \\\"options\\\":[\\n                    {\\n                        \\\"replyType\\\": \\\"EXTERNAL_WEBSITE\\\",\\n                        \\\"optionText\\\": \\\"Other website\\\",\\n                        \\\"landingPage\\\": \\\"http://www.microsoft.com\\\"\\n                    }\\n                  ]\\n               }\\n\\n        }]\\n}\\n\\n\""
}