Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-Ayilliath committed Jun 19, 2024
1 parent f772ea1 commit ef93b82
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
To refer to these instructions while editing the flow, open [the github page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Add%20recipients%20to%20a%20campaign%20using%20Hunter%20when%20a%20Google%20Calendar%20event%20is%20scheduled_instructions.md) (opens in a new window).
To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Add%20recipients%20to%20a%20campaign%20using%20Hunter%20when%20a%20Google%20Calendar%20event%20is%20scheduled_instructions.md) (opens in a new window).

1. Click **Use this template** to start using the template.
2. Connect to the following accounts by using your credentials:
- [Hunter](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-hunter)
- [GoogleCalendar](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-google-calendar)
- [Google Calendar](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-google-calendar)
3. To start the flow, in the banner, click **Start flow**.


Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
To refer to these instructions while editing the flow, open [the github page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20payment20reminder%20in%20Mailchimp%20for%20unpaid%20attendee%20emails%20found%20using%20Hunter_instructions.md) (opens in a new window).
To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Create%20a%20payment20reminder%20in%20Mailchimp%20for%20unpaid%20attendee%20emails%20found%20using%20Hunter_instructions.md) (opens in a new window).

1. Click **Create flow** to start using the template.
1. Click **Use this template** to start using the template.
2. Before you use this flow, you must have the following information about the person who has not made payment:
* **Domain**
* **Email**
* **FirstName**
* **LastName**
* **Domain**
* **Email**
* **FirstName**
* **LastName**
3. Click **Operations**, then click **Edit flow** to edit the operations.
4. Click on the Hunter node, and if you're not already connected, connect to your [Hunter](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-hunter) account.
5. Click on the Mailchimp node, and if you're not already connected, connect to your [Mailchimp](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-mailchimp) account.
6. Click Done.
6. Click **Done**.
7. To start the flow, in the banner click, **Start flow**.

For more information about creating flows for an API, see the tutorial [Creating flows for an API](https://www.ibm.com/docs/en/app-connect/saas?topic=designer-introduction-creating-flows-api-part-1).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To refer to these instructions while editing the flow, open [the github page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Search%20people%20from%20an%20organisation%20by%20email%20domain%20in%20Hunter%20and%20create%20or%20update%20contacts%20in%20Salesforce_instructions.md) (opens in a new window).
To refer to these instructions while editing the flow, open [the GitHub page](https://github.com/ot4i/app-connect-templates/tree/main/resources/markdown/Search%20people%20from%20an%20organisation%20by%20email%20domain%20in%20Hunter%20and%20create%20or%20update%20contacts%20in%20Salesforce_instructions.md) (opens in a new window).

1. Click **Use this template** to start using the template.
2. Connect to the following accounts by using your credentials:
Expand Down
15 changes: 8 additions & 7 deletions resources/template-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3392,30 +3392,31 @@
"tags": ["streaming-connector-scheduler","bamboohr", "toggltrack"],
"offerings": ["app connect professional"]
},
{"name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce",
"description": "Use this template to search people from an organization and create or update contacts in salesforce.",
{
"name": "Search people from an organization by email domain in Hunter and create or update contacts in Salesforce",
"description": "Use this template to search people from an organization by using email domain and create or update contacts in Salesforce.",
"summary": "Scheduler to 2 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["hunter", "salesforce"],
"tags": ["hunter", "salesforce", "streaming-connector-scheduler", "contacts", "organisation", "leads", "domain-search", "email"],
"tags": ["hunter", "salesforce", "streaming-connector-scheduler"],
"offerings": ["app connect professional"]
},
{
"name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter",
"description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter",
"description": "Use this template to create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter.",
"summary": "1 flow using 2 applications",
"sourceApp": "api",
"targetApps": ["hunter", "mailchimp"],
"tags": ["api", "hunter", "mailchimp", "subscriber", "list", "payment", "email-finder", "domain", "firstname", "lastname", "reminder", "campaign"],
"tags": ["api", "hunter", "mailchimp"],
"offerings": ["app connect professional"]
},
{
"name": "Add recipients to a campaign using Hunter when a Google Calendar event is scheduled",
"description": "Use this template to check for response status whether tentative or accepted when an event is created in Google Calendar and add those recipients to a campaign in Hunter",
"description": "Use this template to check for response status of invitees (whether tentative or accepted) when an event is created in Google Calendar, and add those recipients to a campaign in Hunter.",
"summary": "Google Calendar to Hunter",
"sourceApp": "googlecalendar",
"targetApps": ["hunter"],
"tags": ["googlecalendar", "hunter", "response", "tentative", "accepted", "leads", "campaign"],
"tags": ["googlecalendar", "hunter"],
"offerings": ["app connect professional"]
}
]
Expand Down

0 comments on commit ef93b82

Please sign in to comment.