|
1 | 1 | # coding: utf-8 |
2 | 2 |
|
3 | 3 | """ |
4 | | - Marketing Events Extension |
| 4 | + Marketing Events |
5 | 5 |
|
6 | 6 | These APIs allow you to interact with HubSpot's Marketing Events Extension. It allows you to: * Create, Read or update Marketing Event information in HubSpot * Specify whether a HubSpot contact has registered, attended or cancelled a registration to a Marketing Event. * Specify a URL that can be called to get the details of a Marketing Event. # noqa: E501 |
7 | 7 |
|
@@ -188,7 +188,7 @@ def create_with_http_info(self, external_event_id, subscriber_state, batch_input |
188 | 188 | def create_by_email(self, external_event_id, subscriber_state, batch_input_marketing_event_email_subscriber, **kwargs): # noqa: E501 |
189 | 189 | """Record # noqa: E501 |
190 | 190 |
|
191 | | - Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created. If you set params # noqa: E501 |
| 191 | + Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created. # noqa: E501 |
192 | 192 | This method makes a synchronous HTTP request by default. To make an |
193 | 193 | asynchronous HTTP request, please pass async_req=True |
194 | 194 |
|
@@ -224,7 +224,7 @@ def create_by_email(self, external_event_id, subscriber_state, batch_input_marke |
224 | 224 | def create_by_email_with_http_info(self, external_event_id, subscriber_state, batch_input_marketing_event_email_subscriber, **kwargs): # noqa: E501 |
225 | 225 | """Record # noqa: E501 |
226 | 226 |
|
227 | | - Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created. If you set params # noqa: E501 |
| 227 | + Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created. # noqa: E501 |
228 | 228 | This method makes a synchronous HTTP request by default. To make an |
229 | 229 | asynchronous HTTP request, please pass async_req=True |
230 | 230 |
|
|
0 commit comments