Skip to main content

HeySummit

The HeySummit modules allow you to create, retrieve, and delete the events, tickets, and talks in your HeySummit account.

Getting Started with HeySummit

Prerequisites

  • A HeySummit account

In order to use HeySummit with Make, it is necessary to have a HeySummit account. You can use your Facebook account or create a HeySummit account at heysummit.com/accounts/signup.

Note

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

Connecting HeySummit to Make

To connect your HeySummit account to Make you need to obtain the API Key from your HeySummit account and insert it in the Create a connection dialog in the Make module.

  1. Login to your HeySummit account.

  2. Click Event Setup > API Settings.

    61f27036d19a0.gif
  3. Copy the API token to your clipboard.

    61f2703908926.png
  4. Go to Make and open the HeySummit module's Create a connection dialog.

    61f2703a17566.gif
  5. In the Connection name field, enter a name for the connection.

  6. In the API Key field, enter the API Key copied in step 3 and click Continue.

The connection has been established.

Event

Retrieves an event by Event ID.

Connection

Establish a connection to your HeySummit account.

Event

Select the event whose details you want to retrieve.

Created a new attendee for the event.

Connection

Establish a connection to your HeySummit account.

Event

Select the event for which you want to add an attendee.

Email

Enter the email address of the attendee.

Name

Enter the name of the attendee.

Ticket

Select the type of ticket you want to add for the attendee.

Archived an Event by event ID.

Connection

Establish a connection to your HeySummit account.

Event

Select the event you want to archive.

Talk

Retrieved a talk by talk ID.

Connection

Establish a connection to your HeySummit account.

Talk

Select the talk whose details you want to retrieve.

Attendee

Retrieves an attendee by attendee ID.

Connection

Establish a connection to your HeySummit account.

Attendee

Select the attendee whose details you want to retrieve.

Triggers when a new attendee registers for your HeySummit event.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your HeySummit account.

See the Connecting to HeySummit Webhook using Make  to add the webhook in your HeySummit account.

Triggers when a new attendee registers for a Talk within HeySummit event. A Zap is sent for each talk they register for.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your HeySummit account.

See the Connecting to HeySummit Webhook using Make  to add the webhook in your HeySummit account.

Ticket

Retrieves a single ticket by ticket ID.

Connection

Establish a connection to your HeySummit account.

Ticket

Select the ticket whose details you want to retrieve.

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your HeySummit account.

URL

Enter a path relative to https://api.heysummit.com/api. For example: /tickets

Note

For the list of available endpoints, refer to the HeySummit API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

The following API call returns all the events from your HeySummit account:

URL:

/events

Method:

GET

61f2703c21d96.png

Matches of the search can be found in the module's Output under Bundle > Body > results.

In our example, 2 events were returned:

61f2703d0e183.png

Connecting to a HeySummit Webhook using Make

  1. Open the Webhook module for which you want to add the webhook in HeySummit, enter the details, establish the connection as mentioned in the respective module description, and copy the address to your clipboard.

    61f2703deca9c.gif
  2. Login to your HeySummit account, click Event Setup > Webhooks > Add Webhook. Enter the details of the webhook.

    61f2704023fe9.gif

    Action

    Select the option you want to watch.

    URL to send data

    Enter the URL address copied in step 1.

    Active?

    Select the checkbox to make the trigger active.

  3. Click Save.

    61f27042bafe4.png

The webhook is added successfully.

61f27043ade6c.png