Marketing

Automizy

18min
the automizy modules allow you to create, update, list, and delete the contacts and lists in your automizy account get started with automizy prerequisites an automizy account in order to use automizy with make, it is necessary to have an automizy account you can create an automizy account at automizy com/register https //automizy com/register/ connect automizy to make to connect your automizy account to make you need to obtain the api key from your automizy account and insert it in the create a connection dialog in the make module login to your automizy account click settings > api token > create token copy the api token to your clipboard go to make and open the automizy module's create a connection dialog in the connection name field, enter a name for the connection in the api key field, enter the api token copied in step 3 and click continue the connection has been established automizy modules list list all lists retrieves lists of all lists field description connection establish a connection to your automizy account limit enter the maximum number of lists make should return during one make execution cycle fields enter the field names in the lists which you want to list order enter the order in which you want to list the lists for example, asc or desc get a list retrieves an existing list by id field description connection establish a connection to your automizy account list select the list whose details you want to retrieve create a list creates a new list field description connection establish a connection to your automizy account name enter a name for the list update a list updates an existing list by id field description connection establish a connection to your automizy account list select the list you want to update name enter a new name for the list delete a list deletes an existing list by id field description connection establish a connection to your automizy account list select the list you want to delete contact watch new contacts triggers when a new contact is created field description connection establish a connection to your automizy account list select the list whose new contacts you want to watch limit enter the maximum number of contacts make should return during one make execution cycle list contacts retrieves all contacts from the selected list field description connection establish a connection to your automizy account list select the list whose new contacts you want to list limit enter the maximum number of contacts make should return during one make execution cycle get a contact retrieves an existing contact by email field description connection establish a connection to your automizy account email address enter the email address of the contact whose details you want to retrieve create a contact creates a new contact for the selected list field description connection establish a connection to your automizy account list select the list in which you want to create the contact email address enter the email address of the contact status select the status of the contact active bounced banned unsubscribed tags add the tags to filter the contacts when searching company enter the company name to which the contact belongs to first name enter the first name of the contact last name enter the last name of the contact phone enter the phone number of the contact position enter the contact's position in the company website enter the website address of the contact or the company update a contact updates an existing contact field description connection establish a connection to your automizy account contact id enter (map) the contact id whose details you want to update email address enter a new email address for the contact list select the list in which you want to create the contact status select the status of the contact active bounced banned unsubscribed tags set the tags to filter the contacts when searching add tags add the new tags to filter the contact when searching remove tags add the tags which you want to remove from the contact details delete a contact deletes an existing contact by email field description connection establish a connection to your automizy account email address enter the new email address of the contact other make an api call performs an arbitrary authorized api call field description connection establish a connection to your automizy account url enter a path relative to https //gateway automizy com/ for example v2/smart lists 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 example of use get all lists the following api call returns all the lists from your automizy account url v2/smart lists method get matches of the search can be found in the module's output under bundle > body > smartlists in our example, 2 lists were returned for the list of available endpoints, refer to the automizy api documentation