Skip to content

Commit

Permalink
added changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Neena P K committed Jun 19, 2024
1 parent 2c5d65c commit f0107a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ integration:
- variable: flowDetails
$ref: '#/flowDetails'
input: []
name: Payment Reminder Campaign
name: Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter
models:
Customer:
name: Customer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,5 @@ integration:
- variable: flowDetails
$ref: '#/flowDetails'
name: >-
Search people from an organisation using Domain Search and upsert contacts
in Salesforce
Search people from an organization by email domain in Hunter and create or update contacts in Salesforce
models: {}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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 **Create flow** to start using the template.
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)
3. To start the flow, in the banner, click **Start flow**.


Use this template to add recipients to a campaign in Hunter. In this example, whenever an event is scheduled in Google Calendar,if the response status of attendees of the event is tentative or accepted,accordingly the recipients get added to the campaign.
Use this template to add recipients to a campaign using Hunter when a Google Calendar event is scheduled.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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 **Create flow** to start using the template.
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)
- [Salesforce](https://www.ibm.com/docs/en/app-connect/saas?topic=apps-salesforce)
3. To start the flow, in the banner, click **Start flow**.


Use this template to search people from an organisation using Domain Search in Hunter. In this example, based on the emails retrieved using domain search,contacts are updated or created if not present in Salesforce.
Use this template to search people from an organization by email domain in Hunter and create or update contacts in Salesforce.


12 changes: 6 additions & 6 deletions resources/template-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3396,26 +3396,26 @@
"description": "Use this template to search people from an organization and create or update the lead contacts in salesforce.",
"summary": "Scheduler to 2 applications",
"sourceApp": "streaming-connector-scheduler",
"targetApps": ["hunter","salesforce"],
"tags": ["hunter","salesforce","scheduler","contacts","organisation","leads","domain-search","email"],
"targetApps": ["hunter", "salesforce"],
"tags": ["hunter", "salesforce", "streaming-connector-scheduler", "contacts", "organisation", "leads", "domain-search", "email"],
"offerings": ["app connect professional"]
},
{
"name": "Create a payment reminder in Mailchimp for unpaid attendee emails found using Hunter",
"description": "Use this template to find a specific person using Email Finder in Hunter, add that person to a list in mailchimp and create a campaign.",
"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"],
"targetApps": ["hunter", "mailchimp"],
"tags": ["api", "hunter", "mailchimp", "subscriber", "list", "payment", "email-finder", "domain", "firstname", "lastname", "reminder", "campaign"],
"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",
"summary": "googlecalendar to 1 application",
"summary": "googlecalendar to hunter",
"sourceApp": "googlecalendar",
"targetApps": ["hunter"],
"tags": ["googlecalendar","hunter","response","tentative","accepted","leads","campaign"],
"tags": ["googlecalendar", "hunter", "response", "tentative", "accepted", "leads", "campaign"],
"offerings": ["app connect professional"]
}
]
Expand Down

0 comments on commit f0107a0

Please sign in to comment.