• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Putting email addy into a Plutio task

Durkis

Member
I am trying to create a task in Plutio, triggered by creation or editing of a proposal, and containing the email of the proposal's client for tracking purposes. Problem is that I cant figure out how to get the email address. I got the webhook to listen for contact creation a and proposal creation, but that just triggered too many tasks being created.
 

Durkis

Member
the convoluted name to assist my memory, is:

"Create first follow up task. Attach proposal ID and EMAIL OF CLIENT. don't want to trigger by create person"

Thanks!
 

Supreme

Well-known member
Staff member
Hey @Durkis

Please check out the following screenshot for your concern. Though we have set the API call in your workflow, kindly check that out.

Regards

2022-01-11_18h28_28.png
 

Durkis

Member
Thanks. I watched the video.

When I run this automation, Plutio goes into a loop producing tasks entitled "AUTO follow up email 1" which is is not the title given in the automation, nor the template given, or the date specified in the automation. The webhook is listening for only proposal editing, so I don't see where the loop comes from. I did not go as far as turning off the two other running automations, but neither of them are creating tasks with that title. This happened twice.

Thanks,

Stuart


Screenshot (142).png
 

Supreme

Well-known member
Staff member
Hey @Durkis

In your workflow(Create first follow-up task. Attach proposal ID and EMAIL OF CLIEN.....) you are using the webhook trigger to capture the proposal but from the trigger, you are getting all types of methods whereas tasks data are also coming and which is moving on the Plutio's action event of "Create Task". Therefore it is creating a loop.

As a solution, you can use the filter action step, where you can restrict other methods except the proposal which you are converting further.

2022-01-12_16h16_45.png
 

Durkis

Member
Ok I understand, but perhaps you can help me to understand why? The webhook is not listening for task creation, only for proposal editing. Why is it responding to task creation? This is what I mean when I say I don't understand the source of the loop.
 

Supreme

Well-known member
Staff member
Hey @Durkis

As we can see in your workflow you have previously filtered "Proposal.edit" in your workflow and you are getting trigger events for "proposal.create".

Though as we can see in your you have corrected your filter condition, kindly try again and let us know if it is working.

Thanks
 

Supreme

Well-known member
Staff member
Hey @Durkis

Could you please tell us is it working for you or not? As we can see from your history logs the proposal.create is working in your automation, except when the proposal.edit is coming. I hope the workflow is working fine.


2022-01-14_17h07_00.png
 

Durkis

Member
Thank you. I am now able to trigger the automation based on proposal.edit.
I am now trying to associate the task with a project. Can you help with the JSON code to change the task's "Breadcrumb 0 Id" field to the relevant project ID value?
Screenshot (154).png
 

Supreme

Well-known member
Staff member
Hey @Durkis

You can make the custom JSON for your API call from Plutio's API documentation.

API documentation -
Eg -
{"taskGroupId":"wnsYeQATiztShX8Zf","title":"My task","assignedTo":["7uvJeXLgDw858widw"]}
{"title": "My task","projected": " "}
 
Top